Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-weld |
Version | Version2.34 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-weld-2.34.pom | |
helloworld-weld-2.34.jar | 25 KB |
helloworld-weld-2.34-sources.jar | 23 KB |
helloworld-weld-2.34-project-src.zip | 31 KB |
helloworld-weld-2.34-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-weld</artifactId>
<version>2.34</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation 'org.glassfish.jersey.examples:helloworld-weld:2.34'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation ("org.glassfish.jersey.examples:helloworld-weld:2.34")
'org.glassfish.jersey.examples:helloworld-weld:jar:2.34'
<dependency org="org.glassfish.jersey.examples" name="helloworld-weld" rev="2.34">
<artifact name="helloworld-weld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-weld', version='2.34')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-weld" % "2.34"
[org.glassfish.jersey.examples/helloworld-weld "2.34"]