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