GroupId | GroupIdorg.leapframework |
---|---|
ArtifactId | ArtifactIdleap-htpl |
Version | Version0.7.2b |
Type | Typejar |
Filename | Size |
---|---|
leap-htpl-0.7.2b.pom | |
leap-htpl-0.7.2b.jar | 195 KB |
leap-htpl-0.7.2b-sources.jar | 152 KB |
leap-htpl-0.7.2b-javadoc.jar | 933 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/leap-htpl/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>leap-htpl</artifactId>
<version>0.7.2b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-htpl/
implementation 'org.leapframework:leap-htpl:0.7.2b'
// https://jarcasting.com/artifacts/org.leapframework/leap-htpl/
implementation ("org.leapframework:leap-htpl:0.7.2b")
'org.leapframework:leap-htpl:jar:0.7.2b'
<dependency org="org.leapframework" name="leap-htpl" rev="0.7.2b">
<artifact name="leap-htpl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-htpl', version='0.7.2b')
)
libraryDependencies += "org.leapframework" % "leap-htpl" % "0.7.2b"
[org.leapframework/leap-htpl "0.7.2b"]