License |
License |
---|---|
GroupId | GroupIdcom.github.takezoe |
ArtifactId | ArtifactIdjtimewindow |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjtimewindow
A Java library to parse the time range expressions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jtimewindow-1.3.0.pom | |
jtimewindow-1.3.0.jar | 15 KB |
jtimewindow-1.3.0-sources.jar | 6 KB |
jtimewindow-1.3.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/ -->
<dependency>
<groupId>com.github.takezoe</groupId>
<artifactId>jtimewindow</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation 'com.github.takezoe:jtimewindow:1.3.0'
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation ("com.github.takezoe:jtimewindow:1.3.0")
'com.github.takezoe:jtimewindow:jar:1.3.0'
<dependency org="com.github.takezoe" name="jtimewindow" rev="1.3.0">
<artifact name="jtimewindow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='jtimewindow', version='1.3.0')
)
libraryDependencies += "com.github.takezoe" % "jtimewindow" % "1.3.0"
[com.github.takezoe/jtimewindow "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |