| Categories |
CategoriesGlassFish Container Application Servers Jackson Data JSON Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.sun.jersey.glassfish.v3.osgi |
| ArtifactId | ArtifactIdjackson-core-asl |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJackson library repackaged as OSGi bundle for GlassFish
Module repackaging of the Jackson library
|
| Filename | Size |
|---|---|
| jackson-core-asl-1.2.pom | |
| jackson-core-asl-1.2.jar | 100 KB |
| jackson-core-asl-1.2-sources.jar | 170 KB |
| jackson-core-asl-1.2-javadoc.jar | 682 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jackson-core-asl/ -->
<dependency>
<groupId>com.sun.jersey.glassfish.v3.osgi</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jackson-core-asl/
implementation 'com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:1.2'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jackson-core-asl/
implementation ("com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:1.2")
'com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:jar:1.2'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jackson-core-asl" rev="1.2">
<artifact name="jackson-core-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jackson-core-asl', version='1.2')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jackson-core-asl" % "1.2"
[com.sun.jersey.glassfish.v3.osgi/jackson-core-asl "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.jackson : jackson-core-asl Optional | jar | 1.1.1 |