Categories |
CategoriesJetty Container Application Servers Maven Build Tools |
---|---|
GroupId | GroupIdnz.co.aetheric.maven |
ArtifactId | ArtifactIdcomposite-jetty |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
composite-jetty-1.1.0.pom | |
composite-jetty-1.1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.co.aetheric.maven/composite-jetty/ -->
<dependency>
<groupId>nz.co.aetheric.maven</groupId>
<artifactId>composite-jetty</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.aetheric.maven/composite-jetty/
implementation 'nz.co.aetheric.maven:composite-jetty:1.1.0'
// https://jarcasting.com/artifacts/nz.co.aetheric.maven/composite-jetty/
implementation ("nz.co.aetheric.maven:composite-jetty:1.1.0")
'nz.co.aetheric.maven:composite-jetty:jar:1.1.0'
<dependency org="nz.co.aetheric.maven" name="composite-jetty" rev="1.1.0">
<artifact name="composite-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.aetheric.maven', module='composite-jetty', version='1.1.0')
)
libraryDependencies += "nz.co.aetheric.maven" % "composite-jetty" % "1.1.0"
[nz.co.aetheric.maven/composite-jetty "1.1.0"]