Categories |
CategoriesJetty Container Application Servers Ant Build Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-ant |
Version | Version9.3.21.RC0 |
Type | Typejar |
Filename | Size |
---|---|
jetty-ant-9.3.21.RC0.pom | |
jetty-ant-9.3.21.RC0.jar | 37 KB |
jetty-ant-9.3.21.RC0-sources.jar | 27 KB |
jetty-ant-9.3.21.RC0-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-ant/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-ant</artifactId>
<version>9.3.21.RC0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-ant/
implementation 'org.eclipse.jetty:jetty-ant:9.3.21.RC0'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-ant/
implementation ("org.eclipse.jetty:jetty-ant:9.3.21.RC0")
'org.eclipse.jetty:jetty-ant:jar:9.3.21.RC0'
<dependency org="org.eclipse.jetty" name="jetty-ant" rev="9.3.21.RC0">
<artifact name="jetty-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-ant', version='9.3.21.RC0')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-ant" % "9.3.21.RC0"
[org.eclipse.jetty/jetty-ant "9.3.21.RC0"]