GroupId | GroupIdme.xethh.utils |
---|---|
ArtifactId | ArtifactIdDateUtils |
Version | Version3.8.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
DateUtils-3.8.0-RELEASE.pom | |
DateUtils-3.8.0-RELEASE.jar | 114 KB |
DateUtils-3.8.0-RELEASE-sources.jar | 27 KB |
DateUtils-3.8.0-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.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation 'me.xethh.utils:DateUtils:3.8.0-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.utils/DateUtils/
implementation ("me.xethh.utils:DateUtils:3.8.0-RELEASE")
'me.xethh.utils:DateUtils:jar:3.8.0-RELEASE'
<dependency org="me.xethh.utils" name="DateUtils" rev="3.8.0-RELEASE">
<artifact name="DateUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.utils', module='DateUtils', version='3.8.0-RELEASE')
)
libraryDependencies += "me.xethh.utils" % "DateUtils" % "3.8.0-RELEASE"
[me.xethh.utils/DateUtils "3.8.0-RELEASE"]