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