| License |
License |
|---|---|
| GroupId | GroupIdorg.joda |
| ArtifactId | ArtifactIdjoda-convert |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJoda-Convert
Library to convert Objects to and from String
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| joda-convert-2.2.2.pom | |
| joda-convert-2.2.2.jar | 36 KB |
| joda-convert-2.2.2-sources.jar | 17 KB |
| joda-convert-2.2.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joda/joda-convert/ -->
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-convert</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joda/joda-convert/
implementation 'org.joda:joda-convert:2.2.2'
// https://jarcasting.com/artifacts/org.joda/joda-convert/
implementation ("org.joda:joda-convert:2.2.2")
'org.joda:joda-convert:jar:2.2.2'
<dependency org="org.joda" name="joda-convert" rev="2.2.2">
<artifact name="joda-convert" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joda', module='joda-convert', version='2.2.2')
)
libraryDependencies += "org.joda" % "joda-convert" % "2.2.2"
[org.joda/joda-convert "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 31.0.1-jre |
| junit : junit | jar | 4.13.2 |