GroupId | GroupIdme.saro |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.0.10 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.0.10.pom | |
commons-0.0.10.jar | 33 KB |
commons-0.0.10-sources.jar | 19 KB |
commons-0.0.10-javadoc.jar | 473 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.saro/commons/ -->
<dependency>
<groupId>me.saro</groupId>
<artifactId>commons</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/me.saro/commons/
implementation 'me.saro:commons:0.0.10'
// https://jarcasting.com/artifacts/me.saro/commons/
implementation ("me.saro:commons:0.0.10")
'me.saro:commons:jar:0.0.10'
<dependency org="me.saro" name="commons" rev="0.0.10">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.saro', module='commons', version='0.0.10')
)
libraryDependencies += "me.saro" % "commons" % "0.0.10"
[me.saro/commons "0.0.10"]