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.5 |
Type | Typejar |
Filename | Size |
---|---|
jackson-core-asl-1.1.5.pom | |
jackson-core-asl-1.1.5.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.5</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.5'
// 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.5")
'com.sun.jersey.glassfish.v3.osgi:jackson-core-asl:jar:1.1.5'
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="jackson-core-asl" rev="1.1.5">
<artifact name="jackson-core-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v3.osgi', module='jackson-core-asl', version='1.1.5')
)
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "jackson-core-asl" % "1.1.5"
[com.sun.jersey.glassfish.v3.osgi/jackson-core-asl "1.1.5"]