Download jackson-core-asl-1.2.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.2 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jackson-core-asl-1.2.jar
jackson-core-asl-1.2.pom



Related Tutorials