License |
License |
---|---|
Categories |
CategoriesNet Security |
GroupId | GroupIdnet.rpcnet.securitytoolkit |
ArtifactId | ArtifactIdweb |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionRPCNET Java Security Toolkit: Web Module
The RPCNET Java Security Toolkit is a java library designed to handle several common
operations related with security such as expanding a ShortURL and checking if a domain is
subject to a Zone Transfer DNS query.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
web-1.0.2.pom | |
web-1.0.2.jar | 15 KB |
web-1.0.2-sources.jar | 5 KB |
web-1.0.2-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rpcnet.securitytoolkit/web/ -->
<dependency>
<groupId>net.rpcnet.securitytoolkit</groupId>
<artifactId>web</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.rpcnet.securitytoolkit/web/
implementation 'net.rpcnet.securitytoolkit:web:1.0.2'
// https://jarcasting.com/artifacts/net.rpcnet.securitytoolkit/web/
implementation ("net.rpcnet.securitytoolkit:web:1.0.2")
'net.rpcnet.securitytoolkit:web:jar:1.0.2'
<dependency org="net.rpcnet.securitytoolkit" name="web" rev="1.0.2">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rpcnet.securitytoolkit', module='web', version='1.0.2')
)
libraryDependencies += "net.rpcnet.securitytoolkit" % "web" % "1.0.2"
[net.rpcnet.securitytoolkit/web "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
dnsjava : dnsjava | jar | 3.2.2 |
net.rpcnet.securitytoolkit : common | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.8.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.mockito : mockito-core | jar | 3.6.0 |