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