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