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