| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdreload |
| Version | Version2.29 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reload-2.29.pom | |
| reload-2.29.jar | 21 KB |
| reload-2.29-sources.jar | 16 KB |
| reload-2.29-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/reload/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>reload</artifactId>
<version>2.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/reload/
implementation 'org.glassfish.jersey.examples:reload:2.29'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/reload/
implementation ("org.glassfish.jersey.examples:reload:2.29")
'org.glassfish.jersey.examples:reload:jar:2.29'
<dependency org="org.glassfish.jersey.examples" name="reload" rev="2.29">
<artifact name="reload" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='reload', version='2.29')
)
libraryDependencies += "org.glassfish.jersey.examples" % "reload" % "2.29"
[org.glassfish.jersey.examples/reload "2.29"]