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