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