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