GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-time |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
refcodes-time-2.0.3.pom | |
refcodes-time-2.0.3.jar | 8 KB |
refcodes-time-2.0.3-tests.jar | 2 KB |
refcodes-time-2.0.3-sources.jar | 10 KB |
refcodes-time-2.0.3-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-time/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-time</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-time/
implementation 'org.refcodes:refcodes-time:2.0.3'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-time/
implementation ("org.refcodes:refcodes-time:2.0.3")
'org.refcodes:refcodes-time:jar:2.0.3'
<dependency org="org.refcodes" name="refcodes-time" rev="2.0.3">
<artifact name="refcodes-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-time', version='2.0.3')
)
libraryDependencies += "org.refcodes" % "refcodes-time" % "2.0.3"
[org.refcodes/refcodes-time "2.0.3"]