m

myjava-tests

Project containing MyJava tests, as it is impossible to test each module separately
Files download
File Operation
myjava-tests-0.4.0.jar download
myjava-tests-0.4.0.pom download
Apache Maven
<dependency>
  <groupId>com.alipay.myjava</groupId>
  <artifactId>myjava-tests</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.myjava:myjava-tests:0.4.0'
Gradle Kotlin
implementation("com.alipay.myjava:myjava-tests:0.4.0")
Scala SBT
libraryDependencies += "com.alipay.myjava" % "myjava-tests" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.myjava', module='myjava-tests', version='0.4.0')
)
Apache Ivy
<dependency org="com.alipay.myjava" name="myjava-tests" rev="0.4.0" />
Leiningen
[com.alipay.myjava/myjava-tests "0.4.0"]
Apache Buildr
'com.alipay.myjava:myjava-tests:jar:0.4.0'