is not current version
Last Version 5.2

org.eclipse.jetty.toolchain:jetty-schemas 3.1.M0


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty.toolchain
ArtifactId

ArtifactId

jetty-schemas
Version

Version

3.1.M0
Type

Type

jar

Download jetty-schemas 3.1.M0


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