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