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