Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.leapframework |
ArtifactId | ArtifactIdleap-websecurity |
Version | Version0.7.11b |
Type | Typejar |
Filename | Size |
---|---|
leap-websecurity-0.7.11b.pom | |
leap-websecurity-0.7.11b.jar | 137 KB |
leap-websecurity-0.7.11b-sources.jar | 122 KB |
leap-websecurity-0.7.11b-javadoc.jar | 772 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/leap-websecurity/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>leap-websecurity</artifactId>
<version>0.7.11b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-websecurity/
implementation 'org.leapframework:leap-websecurity:0.7.11b'
// https://jarcasting.com/artifacts/org.leapframework/leap-websecurity/
implementation ("org.leapframework:leap-websecurity:0.7.11b")
'org.leapframework:leap-websecurity:jar:0.7.11b'
<dependency org="org.leapframework" name="leap-websecurity" rev="0.7.11b">
<artifact name="leap-websecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-websecurity', version='0.7.11b')
)
libraryDependencies += "org.leapframework" % "leap-websecurity" % "0.7.11b"
[org.leapframework/leap-websecurity "0.7.11b"]