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