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