GroupId | GroupIdio.github.jairo91 |
---|---|
ArtifactId | ArtifactIdtestingapp |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
testingapp-1.0.1.pom | |
testingapp-1.0.1.jar | 34 KB |
testingapp-1.0.1-sources.jar | 18 KB |
testingapp-1.0.1-javadoc.jar | 83 KB |
testingapp-1.0.1-jar-with-dependencies.jar | 27 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jairo91/testingapp/ -->
<dependency>
<groupId>io.github.jairo91</groupId>
<artifactId>testingapp</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jairo91/testingapp/
implementation 'io.github.jairo91:testingapp:1.0.1'
// https://jarcasting.com/artifacts/io.github.jairo91/testingapp/
implementation ("io.github.jairo91:testingapp:1.0.1")
'io.github.jairo91:testingapp:jar:1.0.1'
<dependency org="io.github.jairo91" name="testingapp" rev="1.0.1">
<artifact name="testingapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jairo91', module='testingapp', version='1.0.1')
)
libraryDependencies += "io.github.jairo91" % "testingapp" % "1.0.1"
[io.github.jairo91/testingapp "1.0.1"]