License |
License |
---|---|
Categories |
CategoriesJolt Data JSON |
GroupId | GroupIdeu.zacheusz.jolt |
ArtifactId | ArtifactIdjolt-date |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJOLT Date Transformation
JOLT (https://github.com/bazaarvoice/jolt) date transformation.
Code based on Defaultr transformation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jolt-date-1.0.0.pom | |
jolt-date-1.0.0.jar | 17 KB |
jolt-date-1.0.0-sources.jar | 8 KB |
jolt-date-1.0.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.zacheusz.jolt/jolt-date/ -->
<dependency>
<groupId>eu.zacheusz.jolt</groupId>
<artifactId>jolt-date</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.zacheusz.jolt/jolt-date/
implementation 'eu.zacheusz.jolt:jolt-date:1.0.0'
// https://jarcasting.com/artifacts/eu.zacheusz.jolt/jolt-date/
implementation ("eu.zacheusz.jolt:jolt-date:1.0.0")
'eu.zacheusz.jolt:jolt-date:jar:1.0.0'
<dependency org="eu.zacheusz.jolt" name="jolt-date" rev="1.0.0">
<artifact name="jolt-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.zacheusz.jolt', module='jolt-date', version='1.0.0')
)
libraryDependencies += "eu.zacheusz.jolt" % "jolt-date" % "1.0.0"
[eu.zacheusz.jolt/jolt-date "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.bazaarvoice.jolt : jolt-core | jar | 0.0.15 |
com.thoughtworks.xstream : xstream | jar | 1.4.8 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.1 |