Files download
File Operation
test-maven-0.0.17.jar download
test-maven-0.0.17.pom download
test-maven-0.0.17-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.marcelosantosti</groupId>
  <artifactId>test-maven</artifactId>
  <version>0.0.17</version>
</dependency>
Gradle Groovy
implementation 'io.github.marcelosantosti:test-maven:0.0.17'
Gradle Kotlin
implementation("io.github.marcelosantosti:test-maven:0.0.17")
Scala SBT
libraryDependencies += "io.github.marcelosantosti" % "test-maven" % "0.0.17"
Groovy Grape
@Grapes(
  @Grab(group='io.github.marcelosantosti', module='test-maven', version='0.0.17')
)
Apache Ivy
<dependency org="io.github.marcelosantosti" name="test-maven" rev="0.0.17" />
Leiningen
[io.github.marcelosantosti/test-maven "0.0.17"]
Apache Buildr
'io.github.marcelosantosti:test-maven:jar:0.0.17'
Dependencies
The project has no third-party dependencies