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