License |
License |
---|---|
GroupId | GroupIdcom.tailoredshapes.underbar |
ArtifactId | ArtifactIddates |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionDates
Convenience functions to make Java 8s data classes more accessible
|
Filename | Size |
---|---|
dates-0.1.2.pom | |
dates-0.1.2.jar | 2 KB |
dates-0.1.2-sources.jar | 2 KB |
dates-0.1.2-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/ -->
<dependency>
<groupId>com.tailoredshapes.underbar</groupId>
<artifactId>dates</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/
implementation 'com.tailoredshapes.underbar:dates:0.1.2'
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/
implementation ("com.tailoredshapes.underbar:dates:0.1.2")
'com.tailoredshapes.underbar:dates:jar:0.1.2'
<dependency org="com.tailoredshapes.underbar" name="dates" rev="0.1.2">
<artifact name="dates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='dates', version='0.1.2')
)
libraryDependencies += "com.tailoredshapes.underbar" % "dates" % "0.1.2"
[com.tailoredshapes.underbar/dates "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |