is not current version
Last Version 5.2

org.eclipse.jetty.toolchain:jetty-schemas 4.0.0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.toolchain
ArtifactId

ArtifactId

jetty-schemas
Version

Version

4.0.0
Type

Type

jar

Download jetty-schemas 4.0.0


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