Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.kloudtek.ktutils |
ArtifactId | ArtifactIdktutils-jetty |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
ktutils-jetty-1.2.10.pom | |
ktutils-jetty-1.2.10.jar | 2 KB |
ktutils-jetty-1.2.10-sources.jar | 1 KB |
ktutils-jetty-1.2.10-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-jetty/ -->
<dependency>
<groupId>com.kloudtek.ktutils</groupId>
<artifactId>ktutils-jetty</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-jetty/
implementation 'com.kloudtek.ktutils:ktutils-jetty:1.2.10'
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-jetty/
implementation ("com.kloudtek.ktutils:ktutils-jetty:1.2.10")
'com.kloudtek.ktutils:ktutils-jetty:jar:1.2.10'
<dependency org="com.kloudtek.ktutils" name="ktutils-jetty" rev="1.2.10">
<artifact name="ktutils-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.ktutils', module='ktutils-jetty', version='1.2.10')
)
libraryDependencies += "com.kloudtek.ktutils" % "ktutils-jetty" % "1.2.10"
[com.kloudtek.ktutils/ktutils-jetty "1.2.10"]