GroupId | GroupIdcom.github.takezoe |
---|---|
ArtifactId | ArtifactIdjtimewindow |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jtimewindow-1.0.0.pom | |
jtimewindow-1.0.0.jar | 15 KB |
jtimewindow-1.0.0-sources.jar | 6 KB |
jtimewindow-1.0.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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation 'com.github.takezoe:jtimewindow:1.0.0'
// https://jarcasting.com/artifacts/com.github.takezoe/jtimewindow/
implementation ("com.github.takezoe:jtimewindow:1.0.0")
'com.github.takezoe:jtimewindow:jar:1.0.0'
<dependency org="com.github.takezoe" name="jtimewindow" rev="1.0.0">
<artifact name="jtimewindow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='jtimewindow', version='1.0.0')
)
libraryDependencies += "com.github.takezoe" % "jtimewindow" % "1.0.0"
[com.github.takezoe/jtimewindow "1.0.0"]