GroupId | GroupIdcom.itangcent |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.1.6.pom | |
commons-0.1.6.jar | 218 KB |
commons-0.1.6-sources.jar | 41 KB |
commons-0.1.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.itangcent/commons/ -->
<dependency>
<groupId>com.itangcent</groupId>
<artifactId>commons</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.itangcent/commons/
implementation 'com.itangcent:commons:0.1.6'
// https://jarcasting.com/artifacts/com.itangcent/commons/
implementation ("com.itangcent:commons:0.1.6")
'com.itangcent:commons:jar:0.1.6'
<dependency org="com.itangcent" name="commons" rev="0.1.6">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itangcent', module='commons', version='0.1.6')
)
libraryDependencies += "com.itangcent" % "commons" % "0.1.6"
[com.itangcent/commons "0.1.6"]