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