GroupId | GroupIdio.github.jairo91 |
---|---|
ArtifactId | ArtifactIdtestingapp |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
testingapp-1.0.0.pom | |
testingapp-1.0.0.jar | 33 KB |
testingapp-1.0.0-sources.jar | 18 KB |
testingapp-1.0.0-javadoc.jar | 83 KB |
testingapp-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jairo91/testingapp/
implementation 'io.github.jairo91:testingapp:1.0.0'
// https://jarcasting.com/artifacts/io.github.jairo91/testingapp/
implementation ("io.github.jairo91:testingapp:1.0.0")
'io.github.jairo91:testingapp:jar:1.0.0'
<dependency org="io.github.jairo91" name="testingapp" rev="1.0.0">
<artifact name="testingapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jairo91', module='testingapp', version='1.0.0')
)
libraryDependencies += "io.github.jairo91" % "testingapp" % "1.0.0"
[io.github.jairo91/testingapp "1.0.0"]