Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-cdi2-se |
Version | Version2.28 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-cdi2-se-2.28.pom | |
helloworld-cdi2-se-2.28.jar | 11 KB |
helloworld-cdi2-se-2.28-sources.jar | 10 KB |
helloworld-cdi2-se-2.28-javadoc.jar | 47 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>2.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-cdi2-se/
implementation 'org.glassfish.jersey.examples:helloworld-cdi2-se:2.28'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-cdi2-se/
implementation ("org.glassfish.jersey.examples:helloworld-cdi2-se:2.28")
'org.glassfish.jersey.examples:helloworld-cdi2-se:jar:2.28'
<dependency org="org.glassfish.jersey.examples" name="helloworld-cdi2-se" rev="2.28">
<artifact name="helloworld-cdi2-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-cdi2-se', version='2.28')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-cdi2-se" % "2.28"
[org.glassfish.jersey.examples/helloworld-cdi2-se "2.28"]