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