GroupId | GroupIdio.silentium |
---|---|
ArtifactId | ArtifactIdtest1 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
test1-1.0.0.pom | |
test1-1.0.0.jar | 1 KB |
test1-1.0.0-tests.jar | 261 bytes |
test1-1.0.0-sources.jar | 1 KB |
test1-1.0.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.silentium/test1/ -->
<dependency>
<groupId>io.silentium</groupId>
<artifactId>test1</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation 'io.silentium:test1:1.0.0'
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation ("io.silentium:test1:1.0.0")
'io.silentium:test1:jar:1.0.0'
<dependency org="io.silentium" name="test1" rev="1.0.0">
<artifact name="test1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.silentium', module='test1', version='1.0.0')
)
libraryDependencies += "io.silentium" % "test1" % "1.0.0"
[io.silentium/test1 "1.0.0"]