License |
License |
---|---|
GroupId | GroupIdcom.github.resource4j |
ArtifactId | ArtifactIdconverters |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionResource4J Converters
Simple utility for convenient data type conversions
|
Project URL |
Project URL |
Filename | Size |
---|---|
converters-3.3.0.pom | |
converters-3.3.0.jar | 30 KB |
converters-3.3.0-sources.jar | 17 KB |
converters-3.3.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/converters/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>converters</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation 'com.github.resource4j:converters:3.3.0'
// https://jarcasting.com/artifacts/com.github.resource4j/converters/
implementation ("com.github.resource4j:converters:3.3.0")
'com.github.resource4j:converters:jar:3.3.0'
<dependency org="com.github.resource4j" name="converters" rev="3.3.0">
<artifact name="converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='converters', version='3.3.0')
)
libraryDependencies += "com.github.resource4j" % "converters" % "3.3.0"
[com.github.resource4j/converters "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |