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