| Категории |
КатегорииJavaScript Языки программирования |
|---|---|
| Группа | Группаcom.github.ddth |
| Идентификатор | Идентификаторdjs-commons |
| Версия | Версия0.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| djs-commons-0.1.1.pom | |
| djs-commons-0.1.1.jar | 27 KB |
| djs-commons-0.1.1-sources.jar | 16 KB |
| djs-commons-0.1.1-javadoc.jar | 143 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ddth/djs-commons/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>djs-commons</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation 'com.github.ddth:djs-commons:0.1.1'
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation ("com.github.ddth:djs-commons:0.1.1")
'com.github.ddth:djs-commons:jar:0.1.1'
<dependency org="com.github.ddth" name="djs-commons" rev="0.1.1">
<artifact name="djs-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='djs-commons', version='0.1.1')
)
libraryDependencies += "com.github.ddth" % "djs-commons" % "0.1.1"
[com.github.ddth/djs-commons "0.1.1"]