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