Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty.aggregate |
ArtifactId | ArtifactIdjetty-aggregate-project |
Version | Version7.0.0.RC2 |
Type | Typepom |
Filename | Size |
---|---|
jetty-aggregate-project-7.0.0.RC2.pom | 884 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.aggregate/jetty-aggregate-project/ -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-aggregate-project</artifactId>
<version>7.0.0.RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.aggregate/jetty-aggregate-project/
implementation 'org.eclipse.jetty.aggregate:jetty-aggregate-project:7.0.0.RC2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.aggregate/jetty-aggregate-project/
implementation ("org.eclipse.jetty.aggregate:jetty-aggregate-project:7.0.0.RC2")
'org.eclipse.jetty.aggregate:jetty-aggregate-project:pom:7.0.0.RC2'
<dependency org="org.eclipse.jetty.aggregate" name="jetty-aggregate-project" rev="7.0.0.RC2">
<artifact name="jetty-aggregate-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.aggregate', module='jetty-aggregate-project', version='7.0.0.RC2')
)
libraryDependencies += "org.eclipse.jetty.aggregate" % "jetty-aggregate-project" % "7.0.0.RC2"
[org.eclipse.jetty.aggregate/jetty-aggregate-project "7.0.0.RC2"]