GroupId | GroupIdorg.leapframework |
---|---|
ArtifactId | ArtifactIdleap-webapi |
Version | Version0.6.7b |
Type | Typejar |
Filename | Size |
---|---|
leap-webapi-0.6.7b.pom | |
leap-webapi-0.6.7b.jar | 255 KB |
leap-webapi-0.6.7b-sources.jar | 176 KB |
leap-webapi-0.6.7b-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.7b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-webapi/
implementation 'org.leapframework:leap-webapi:0.6.7b'
// https://jarcasting.com/artifacts/org.leapframework/leap-webapi/
implementation ("org.leapframework:leap-webapi:0.6.7b")
'org.leapframework:leap-webapi:jar:0.6.7b'
<dependency org="org.leapframework" name="leap-webapi" rev="0.6.7b">
<artifact name="leap-webapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-webapi', version='0.6.7b')
)
libraryDependencies += "org.leapframework" % "leap-webapi" % "0.6.7b"
[org.leapframework/leap-webapi "0.6.7b"]