Files download
File Operation
tests_3-0.1.0.jar download
tests_3-0.1.0.pom download
tests_3-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scala-php</groupId>
  <artifactId>tests_3</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.scala-php:tests_3:0.1.0'
Gradle Kotlin
implementation("org.scala-php:tests_3:0.1.0")
Scala SBT
libraryDependencies += "org.scala-php" % "tests_3" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scala-php', module='tests_3', version='0.1.0')
)
Apache Ivy
<dependency org="org.scala-php" name="tests_3" rev="0.1.0" />
Leiningen
[org.scala-php/tests_3 "0.1.0"]
Apache Buildr
'org.scala-php:tests_3:jar:0.1.0'