| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdutil-time |
| Version | Version2.7.2 |
| Type | Typejar |
| Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| util-time-2.7.2.pom | |
| util-time-2.7.2.jar | 14 KB |
| util-time-2.7.2-sources.jar | 11 KB |
| util-time-2.7.2-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-time/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-time</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-time/
implementation 'com.mastfrog:util-time:2.7.2'
// https://jarcasting.com/artifacts/com.mastfrog/util-time/
implementation ("com.mastfrog:util-time:2.7.2")
'com.mastfrog:util-time:jar:2.7.2'
<dependency org="com.mastfrog" name="util-time" rev="2.7.2">
<artifact name="util-time" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-time', version='2.7.2')
)
libraryDependencies += "com.mastfrog" % "util-time" % "2.7.2"
[com.mastfrog/util-time "2.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : util-preconditions | jar | 2.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |