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