| GroupId | GroupIdme.xethh.utils |
|---|---|
| ArtifactId | ArtifactIdDateUtils |
| Version | Version4.0.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| DateUtils-4.0.0-RELEASE.pom | |
| DateUtils-4.0.0-RELEASE.jar | 96 KB |
| DateUtils-4.0.0-RELEASE-sources.jar | 23 KB |
| DateUtils-4.0.0-RELEASE-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/ -->
<dependency>
<groupId>me.xethh.utils</groupId>
<artifactId>DateUtils</artifactId>
<version>4.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation 'me.xethh.utils:DateUtils:4.0.0-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation ("me.xethh.utils:DateUtils:4.0.0-RELEASE")
'me.xethh.utils:DateUtils:jar:4.0.0-RELEASE'
<dependency org="me.xethh.utils" name="DateUtils" rev="4.0.0-RELEASE">
<artifact name="DateUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='DateUtils', version='4.0.0-RELEASE')
)
libraryDependencies += "me.xethh.utils" % "DateUtils" % "4.0.0-RELEASE"
[me.xethh.utils/DateUtils "4.0.0-RELEASE"]