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