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