is not current version
Last Version 3.3.0

com.github.resource4j:resource4j-core 3.1.4

Resource4J Core Library provides all resource4j basic APIs as well as their default implementations.

GroupId

GroupId

com.github.resource4j
ArtifactId

ArtifactId

resource4j-core
Version

Version

3.1.4
Type

Type

jar

Download resource4j-core 3.1.4


<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/ -->
<dependency>
    <groupId>com.github.resource4j</groupId>
    <artifactId>resource4j-core</artifactId>
    <version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/
implementation 'com.github.resource4j:resource4j-core:3.1.4'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/
implementation ("com.github.resource4j:resource4j-core:3.1.4")
'com.github.resource4j:resource4j-core:jar:3.1.4'
<dependency org="com.github.resource4j" name="resource4j-core" rev="3.1.4">
  <artifact name="resource4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-core', version='3.1.4')
)
libraryDependencies += "com.github.resource4j" % "resource4j-core" % "3.1.4"
[com.github.resource4j/resource4j-core "3.1.4"]