GroupId | GroupIdcom.github.resource4j |
---|---|
ArtifactId | ArtifactIdconverters |
Version | Version3.1.4 |
Type | Typejar |
Filename | Size |
---|---|
converters-3.1.4.pom | |
converters-3.1.4.jar | 37 KB |
converters-3.1.4-sources.jar | 20 KB |
converters-3.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation 'com.github.resource4j:converters:3.1.4'
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation ("com.github.resource4j:converters:3.1.4")
'com.github.resource4j:converters:jar:3.1.4'
<dependency org="com.github.resource4j" name="converters" rev="3.1.4">
<artifact name="converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='converters', version='3.1.4')
)
libraryDependencies += "com.github.resource4j" % "converters" % "3.1.4"
[com.github.resource4j/converters "3.1.4"]