Files download
File Operation
maventest-0.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.3xcool</groupId>
  <artifactId>maventest</artifactId>
  <version>0.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.3xcool:maventest:0.0.4'
Gradle Kotlin
implementation("com.3xcool:maventest:0.0.4")
Scala SBT
libraryDependencies += "com.3xcool" % "maventest" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.3xcool', module='maventest', version='0.0.4')
)
Apache Ivy
<dependency org="com.3xcool" name="maventest" rev="0.0.4" />
Leiningen
[com.3xcool/maventest "0.0.4"]
Apache Buildr
'com.3xcool:maventest:jar:0.0.4'