Categories |
CategoriesJetty Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.joschi.jersey.jetty10 |
ArtifactId | ArtifactIdparent |
Version | Version2.33 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.33.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joschi.jersey.jetty10/parent/ -->
<dependency>
<groupId>com.github.joschi.jersey.jetty10</groupId>
<artifactId>parent</artifactId>
<version>2.33</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.joschi.jersey.jetty10/parent/
implementation 'com.github.joschi.jersey.jetty10:parent:2.33'
// https://jarcasting.com/artifacts/com.github.joschi.jersey.jetty10/parent/
implementation ("com.github.joschi.jersey.jetty10:parent:2.33")
'com.github.joschi.jersey.jetty10:parent:pom:2.33'
<dependency org="com.github.joschi.jersey.jetty10" name="parent" rev="2.33">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.joschi.jersey.jetty10', module='parent', version='2.33')
)
libraryDependencies += "com.github.joschi.jersey.jetty10" % "parent" % "2.33"
[com.github.joschi.jersey.jetty10/parent "2.33"]