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