m

myjava-tests

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