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