is not current version
Last Version 1.0.1

io.silentium:test1 1.0.0

test maven repo

GroupId

GroupId

io.silentium
ArtifactId

ArtifactId

test1
Version

Version

1.0.0
Type

Type

jar

Download test1 1.0.0


<!-- 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"]