GroupId | GroupIdcom.github.ddth |
---|---|
ArtifactId | ArtifactIdddth-commons |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ddth-commons-0.1.0.pom | |
ddth-commons-0.1.0.jar | 19 KB |
ddth-commons-0.1.0-sources.jar | 12 KB |
ddth-commons-0.1.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/
implementation 'com.github.ddth:ddth-commons:0.1.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/
implementation ("com.github.ddth:ddth-commons:0.1.0")
'com.github.ddth:ddth-commons:jar:0.1.0'
<dependency org="com.github.ddth" name="ddth-commons" rev="0.1.0">
<artifact name="ddth-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-commons', version='0.1.0')
)
libraryDependencies += "com.github.ddth" % "ddth-commons" % "0.1.0"
[com.github.ddth/ddth-commons "0.1.0"]