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