GroupId | GroupIdcom.github.resource4j |
---|---|
ArtifactId | ArtifactIdconverters |
Version | Version3.1.3 |
Type | Typejar |
Filename | Size |
---|---|
converters-3.1.3.pom | |
converters-3.1.3.jar | 37 KB |
converters-3.1.3-sources.jar | 20 KB |
converters-3.1.3-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/converters/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>converters</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation 'com.github.resource4j:converters:3.1.3'
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation ("com.github.resource4j:converters:3.1.3")
'com.github.resource4j:converters:jar:3.1.3'
<dependency org="com.github.resource4j" name="converters" rev="3.1.3">
<artifact name="converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='converters', version='3.1.3')
)
libraryDependencies += "com.github.resource4j" % "converters" % "3.1.3"
[com.github.resource4j/converters "3.1.3"]