Categories |
CategoriesNet Security |
---|---|
GroupId | GroupIdnet.rpcnet.securitytoolkit |
ArtifactId | ArtifactIdweb |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
web-1.0.1.pom | |
web-1.0.1.jar | 15 KB |
web-1.0.1-sources.jar | 5 KB |
web-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.rpcnet.securitytoolkit/web/
implementation 'net.rpcnet.securitytoolkit:web:1.0.1'
// https://jarcasting.com/artifacts/net.rpcnet.securitytoolkit/web/
implementation ("net.rpcnet.securitytoolkit:web:1.0.1")
'net.rpcnet.securitytoolkit:web:jar:1.0.1'
<dependency org="net.rpcnet.securitytoolkit" name="web" rev="1.0.1">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rpcnet.securitytoolkit', module='web', version='1.0.1')
)
libraryDependencies += "net.rpcnet.securitytoolkit" % "web" % "1.0.1"
[net.rpcnet.securitytoolkit/web "1.0.1"]