| GroupId | GroupIdcom.github.resource4j |
|---|---|
| ArtifactId | ArtifactIdresource4j-core |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resource4j-core-3.1.0.pom | |
| resource4j-core-3.1.0.jar | 192 KB |
| resource4j-core-3.1.0-sources.jar | 114 KB |
| resource4j-core-3.1.0-javadoc.jar | 899 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/
implementation 'com.github.resource4j:resource4j-core:3.1.0'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-core/
implementation ("com.github.resource4j:resource4j-core:3.1.0")
'com.github.resource4j:resource4j-core:jar:3.1.0'
<dependency org="com.github.resource4j" name="resource4j-core" rev="3.1.0">
<artifact name="resource4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-core', version='3.1.0')
)
libraryDependencies += "com.github.resource4j" % "resource4j-core" % "3.1.0"
[com.github.resource4j/resource4j-core "3.1.0"]