License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers CLI User Interface |
GroupId | GroupIdorg.eclipse.jetty.toolchain |
ArtifactId | ArtifactIdjetty-schemas |
Last Version | Last Version5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty :: Schemas
The Eclipse Jetty Toolchain Parent
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMort Bay Consulting |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetty-schemas-5.2.pom | |
jetty-schemas-5.2.jar | 223 KB |
jetty-schemas-5.2-tests.jar | 12 KB |
jetty-schemas-5.2-sources.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-schemas/ -->
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
<version>5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-schemas/
implementation 'org.eclipse.jetty.toolchain:jetty-schemas:5.2'
// https://jarcasting.com/artifacts/org.eclipse.jetty.toolchain/jetty-schemas/
implementation ("org.eclipse.jetty.toolchain:jetty-schemas:5.2")
'org.eclipse.jetty.toolchain:jetty-schemas:jar:5.2'
<dependency org="org.eclipse.jetty.toolchain" name="jetty-schemas" rev="5.2">
<artifact name="jetty-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-schemas', version='5.2')
)
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-schemas" % "5.2"
[org.eclipse.jetty.toolchain/jetty-schemas "5.2"]