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