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