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