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