GroupId | GroupIdorg.leapframework |
---|---|
ArtifactId | ArtifactIdjmms-testing |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
jmms-testing-0.6.0.pom | |
jmms-testing-0.6.0.jar | 155 KB |
jmms-testing-0.6.0-sources.jar | 100 KB |
jmms-testing-0.6.0-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/jmms-testing/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>jmms-testing</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/jmms-testing/
implementation 'org.leapframework:jmms-testing:0.6.0'
// https://jarcasting.com/artifacts/org.leapframework/jmms-testing/
implementation ("org.leapframework:jmms-testing:0.6.0")
'org.leapframework:jmms-testing:jar:0.6.0'
<dependency org="org.leapframework" name="jmms-testing" rev="0.6.0">
<artifact name="jmms-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='jmms-testing', version='0.6.0')
)
libraryDependencies += "org.leapframework" % "jmms-testing" % "0.6.0"
[org.leapframework/jmms-testing "0.6.0"]