is not current version
Last Version 1.2

org.eclipse.jetty.toolchain:jetty-artifact-remote-resources 1.0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.toolchain
ArtifactId

ArtifactId

jetty-artifact-remote-resources
Version

Version

1.0
Type

Type

jar

Download jetty-artifact-remote-resources 1.0


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-artifact-remote-resources/ -->
<dependency>
    <groupId>org.eclipse.jetty.toolchain</groupId>
    <artifactId>jetty-artifact-remote-resources</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-artifact-remote-resources/
implementation 'org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.0'
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-artifact-remote-resources/
implementation ("org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:1.0")
'org.eclipse.jetty.toolchain:jetty-artifact-remote-resources:jar:1.0'
<dependency org="org.eclipse.jetty.toolchain" name="jetty-artifact-remote-resources" rev="1.0">
  <artifact name="jetty-artifact-remote-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-artifact-remote-resources', version='1.0')
)
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-artifact-remote-resources" % "1.0"
[org.eclipse.jetty.toolchain/jetty-artifact-remote-resources "1.0"]