Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIddjs-commons |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
djs-commons-0.1.3.pom | |
djs-commons-0.1.3.jar | 40 KB |
djs-commons-0.1.3-sources.jar | 24 KB |
djs-commons-0.1.3-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/djs-commons/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>djs-commons</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation 'com.github.ddth:djs-commons:0.1.3'
// https://jarcasting.com/artifacts/com.github.ddth/djs-commons/
implementation ("com.github.ddth:djs-commons:0.1.3")
'com.github.ddth:djs-commons:jar:0.1.3'
<dependency org="com.github.ddth" name="djs-commons" rev="0.1.3">
<artifact name="djs-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='djs-commons', version='0.1.3')
)
libraryDependencies += "com.github.ddth" % "djs-commons" % "0.1.3"
[com.github.ddth/djs-commons "0.1.3"]