is not current version
Last Version 0.1.1

com.github.nikita-volkov.java:date-range 0.1

Date range for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.nikita-volkov.java
ArtifactId

ArtifactId

date-range
Version

Version

0.1
Type

Type

jar

Download date-range 0.1


<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/date-range/ -->
<dependency>
    <groupId>com.github.nikita-volkov.java</groupId>
    <artifactId>date-range</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/date-range/
implementation 'com.github.nikita-volkov.java:date-range:0.1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/date-range/
implementation ("com.github.nikita-volkov.java:date-range:0.1")
'com.github.nikita-volkov.java:date-range:jar:0.1'
<dependency org="com.github.nikita-volkov.java" name="date-range" rev="0.1">
  <artifact name="date-range" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='date-range', version='0.1')
)
libraryDependencies += "com.github.nikita-volkov.java" % "date-range" % "0.1"
[com.github.nikita-volkov.java/date-range "0.1"]