GroupId | GroupIdorg.leapframework |
---|---|
ArtifactId | ArtifactIdjmms-parent |
Version | Version0.6.0.1 |
Type | Typepom |
Filename | Size |
---|---|
jmms-parent-0.6.0.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/jmms-parent/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>jmms-parent</artifactId>
<version>0.6.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/jmms-parent/
implementation 'org.leapframework:jmms-parent:0.6.0.1'
// https://jarcasting.com/artifacts/org.leapframework/jmms-parent/
implementation ("org.leapframework:jmms-parent:0.6.0.1")
'org.leapframework:jmms-parent:pom:0.6.0.1'
<dependency org="org.leapframework" name="jmms-parent" rev="0.6.0.1">
<artifact name="jmms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='jmms-parent', version='0.6.0.1')
)
libraryDependencies += "org.leapframework" % "jmms-parent" % "0.6.0.1"
[org.leapframework/jmms-parent "0.6.0.1"]