License |
License |
---|---|
GroupId | GroupIdcom.github.takezoe |
ArtifactId | ArtifactIdjtimewindow |
Version | Version1.2.0 |
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.2.0.pom | |
jtimewindow-1.2.0.jar | 23 KB |
jtimewindow-1.2.0-sources.jar | 7 KB |
jtimewindow-1.2.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/ -->
<dependency>
<groupId>com.github.takezoe</groupId>
<artifactId>jtimewindow</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation 'com.github.takezoe:jtimewindow:1.2.0'
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation ("com.github.takezoe:jtimewindow:1.2.0")
'com.github.takezoe:jtimewindow:jar:1.2.0'
<dependency org="com.github.takezoe" name="jtimewindow" rev="1.2.0">
<artifact name="jtimewindow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='jtimewindow', version='1.2.0')
)
libraryDependencies += "com.github.takezoe" % "jtimewindow" % "1.2.0"
[com.github.takezoe/jtimewindow "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |