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