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