Categories |
CategoriesGlassFish Container Application Servers Jackson Data JSON Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.glassfish.v3.osgi |
ArtifactId | ArtifactIdjackson-core-asl |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
jackson-core-asl-1.1.4.pom | |
jackson-core-asl-1.1.4.jar | 99 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.1.4</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.1.4'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v3.osgi/jackson-core-asl/
implementation ("com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:1.1.4")
'com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:jar:1.1.4'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jackson-core-asl" rev="1.1.4">
<artifact name="jackson-core-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jackson-core-asl', version='1.1.4')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jackson-core-asl" % "1.1.4"
[com.sun.jersey.glassfish.v3.osgi/jackson-core-asl "1.1.4"]