License |
License |
---|---|
GroupId | GroupIdcom.github.resource4j |
ArtifactId | ArtifactIdresource4j-extras |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionResource4J Parser Integration
Integration of Resource4J with various parsers and other addons.
|
Filename | Size |
---|---|
resource4j-extras-3.3.0.pom | |
resource4j-extras-3.3.0.jar | 8 KB |
resource4j-extras-3.3.0-sources.jar | 5 KB |
resource4j-extras-3.3.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-extras/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-extras</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-extras/
implementation 'com.github.resource4j:resource4j-extras:3.3.0'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-extras/
implementation ("com.github.resource4j:resource4j-extras:3.3.0")
'com.github.resource4j:resource4j-extras:jar:3.3.0'
<dependency org="com.github.resource4j" name="resource4j-extras" rev="3.3.0">
<artifact name="resource4j-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-extras', version='3.3.0')
)
libraryDependencies += "com.github.resource4j" % "resource4j-extras" % "3.3.0"
[com.github.resource4j/resource4j-extras "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.resource4j : resource4j-core | jar | 3.3.0 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.12.1 |
com.typesafe : config Optional | jar | 1.4.1 |
com.thoughtworks.xstream : xstream Optional | jar | 1.4.15 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |