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