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