| License |
License |
|---|---|
| GroupId | GroupIdcom.daioware |
| ArtifactId | ArtifactIdtime |
| Last Version | Last Version1.0.0-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTime utilities
Time utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| time-1.0.0-RELEASE.pom | |
| time-1.0.0-RELEASE.jar | 8 KB |
| time-1.0.0-RELEASE-sources.jar | 4 KB |
| time-1.0.0-RELEASE-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/time/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>time</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/time/
implementation 'com.daioware:time:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/time/
implementation ("com.daioware:time:1.0.0-RELEASE")
'com.daioware:time:jar:1.0.0-RELEASE'
<dependency org="com.daioware" name="time" rev="1.0.0-RELEASE">
<artifact name="time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='time', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware" % "time" % "1.0.0-RELEASE"
[com.daioware/time "1.0.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |