| License |
License |
|---|---|
| GroupId | GroupIdio.silentium |
| ArtifactId | ArtifactIdtest1 |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontest maven repo
test maven repo
|
| Filename | Size |
|---|---|
| test1-1.0.1.pom | |
| test1-1.0.1.jar | 1 KB |
| test1-1.0.1-tests.jar | 261 bytes |
| test1-1.0.1-sources.jar | 1 KB |
| test1-1.0.1-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.silentium/test1/ -->
<dependency>
<groupId>io.silentium</groupId>
<artifactId>test1</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation 'io.silentium:test1:1.0.1'
// https://jarcasting.com/artifacts/io.silentium/test1/
implementation ("io.silentium:test1:1.0.1")
'io.silentium:test1:jar:1.0.1'
<dependency org="io.silentium" name="test1" rev="1.0.1">
<artifact name="test1" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.silentium', module='test1', version='1.0.1')
)
libraryDependencies += "io.silentium" % "test1" % "1.0.1"
[io.silentium/test1 "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |