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