License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Ant |
GroupId | GroupIdio.github.marcelosantosti |
ArtifactId | ArtifactIdtest-maven |
Last Version | Last Version0.0.17 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYour name of the lib
Your description of the lib
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-maven-0.0.17.pom | |
test-maven-0.0.17.jar | 1 KB |
test-maven-0.0.17-sources.jar | 912 bytes |
test-maven-0.0.17-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/ -->
<dependency>
<groupId>io.github.marcelosantosti</groupId>
<artifactId>test-maven</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/
implementation 'io.github.marcelosantosti:test-maven:0.0.17'
// https://jarcasting.com/artifacts/io.github.marcelosantosti/test-maven/
implementation ("io.github.marcelosantosti:test-maven:0.0.17")
'io.github.marcelosantosti:test-maven:jar:0.0.17'
<dependency org="io.github.marcelosantosti" name="test-maven" rev="0.0.17">
<artifact name="test-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.marcelosantosti', module='test-maven', version='0.0.17')
)
libraryDependencies += "io.github.marcelosantosti" % "test-maven" % "0.0.17"
[io.github.marcelosantosti/test-maven "0.0.17"]