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