Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdeu.toop |
ArtifactId | ArtifactIdtc-jetty |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tc-jetty-2.0.1.pom | |
tc-jetty-2.0.1.jar | 16 KB |
tc-jetty-2.0.1-test-sources.jar | 3 KB |
tc-jetty-2.0.1-sources.jar | 14 KB |
tc-jetty-2.0.1-javadoc.jar | 23 KB |
tc-jetty-2.0.1-full.jar | 52 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/tc-jetty/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>tc-jetty</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/tc-jetty/
implementation 'eu.toop:tc-jetty:2.0.1'
// https://jarcasting.com/artifacts/eu.toop/tc-jetty/
implementation ("eu.toop:tc-jetty:2.0.1")
'eu.toop:tc-jetty:jar:2.0.1'
<dependency org="eu.toop" name="tc-jetty" rev="2.0.1">
<artifact name="tc-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='tc-jetty', version='2.0.1')
)
libraryDependencies += "eu.toop" % "tc-jetty" % "2.0.1"
[eu.toop/tc-jetty "2.0.1"]