Download jackson-core-asl-1.1.2-ea.jar file - Jar j

Jar examples for j:jackson-core-asl

Description

Module repackaging of the Jackson library

You can download jar file jackson-core-asl 1.1.2-ea in this page.

License

Open Source License

Build File

You can use the following script to add jackson-core-asl-1.1.2-ea.jar to your project.

<dependency>
   <groupId>com.sun.jersey.glassfish.v3.osgi</groupId>
   <artifactId>jackson-core-asl</artifactId>
   <version>1.1.2-ea</version>
</dependency>
compile group: 'com.sun.jersey.glassfish.v3.osgi', name: 'jackson-core-asl', version: '1.1.2-ea'
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jackson-core-asl" % "1.1.2-ea"
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jackson-core-asl" rev="1.1.2-ea"/>
@Grapes(@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jackson-core-asl', version='1.1.2-ea'))
'com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:jar:1.1.2-ea'

Download

Click the following link to download the jar file.

jackson-core-asl-1.1.2-ea.jar
jackson-core-asl-1.1.2-ea.pom



Related Tutorials