Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.tcdng.unify |
ArtifactId | ArtifactIdunify-jetty |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
unify-jetty-2.1.8.pom | |
unify-jetty-2.1.8.jar | 5 KB |
unify-jetty-2.1.8-tests.jar | 2 KB |
unify-jetty-2.1.8-sources.jar | 4 KB |
unify-jetty-2.1.8-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tcdng.unify/unify-jetty/ -->
<dependency>
<groupId>com.tcdng.unify</groupId>
<artifactId>unify-jetty</artifactId>
<version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-jetty/
implementation 'com.tcdng.unify:unify-jetty:2.1.8'
// https://jarcasting.com/artifacts/com.tcdng.unify/unify-jetty/
implementation ("com.tcdng.unify:unify-jetty:2.1.8")
'com.tcdng.unify:unify-jetty:jar:2.1.8'
<dependency org="com.tcdng.unify" name="unify-jetty" rev="2.1.8">
<artifact name="unify-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tcdng.unify', module='unify-jetty', version='2.1.8')
)
libraryDependencies += "com.tcdng.unify" % "unify-jetty" % "2.1.8"
[com.tcdng.unify/unify-jetty "2.1.8"]