Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.kut3.http |
ArtifactId | ArtifactIdservlet-util |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
servlet-util-0.2.0.pom | |
servlet-util-0.2.0.jar | 11 KB |
servlet-util-0.2.0-sources.jar | 9 KB |
servlet-util-0.2.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.kut3.http/servlet-util/ -->
<dependency>
<groupId>net.kut3.http</groupId>
<artifactId>servlet-util</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kut3.http/servlet-util/
implementation 'net.kut3.http:servlet-util:0.2.0'
// https://jarcasting.com/artifacts/net.kut3.http/servlet-util/
implementation ("net.kut3.http:servlet-util:0.2.0")
'net.kut3.http:servlet-util:jar:0.2.0'
<dependency org="net.kut3.http" name="servlet-util" rev="0.2.0">
<artifact name="servlet-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kut3.http', module='servlet-util', version='0.2.0')
)
libraryDependencies += "net.kut3.http" % "servlet-util" % "0.2.0"
[net.kut3.http/servlet-util "0.2.0"]