License |
License |
---|---|
Categories |
CategoriesTime4J General Purpose Libraries Date and Time |
GroupId | GroupIdua.co.k |
ArtifactId | ArtifactIdstrftime4j |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstrftime4j
A Java implementation of the strftime() function defined in ISO C and POSIX.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
strftime4j-1.0.5.pom | |
strftime4j-1.0.5.jar | 30 KB |
strftime4j-1.0.5-sources.jar | 15 KB |
strftime4j-1.0.5-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ua.co.k/strftime4j/ -->
<dependency>
<groupId>ua.co.k</groupId>
<artifactId>strftime4j</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/ua.co.k/strftime4j/
implementation 'ua.co.k:strftime4j:1.0.5'
// https://jarcasting.com/artifacts/ua.co.k/strftime4j/
implementation ("ua.co.k:strftime4j:1.0.5")
'ua.co.k:strftime4j:jar:1.0.5'
<dependency org="ua.co.k" name="strftime4j" rev="1.0.5">
<artifact name="strftime4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='ua.co.k', module='strftime4j', version='1.0.5')
)
libraryDependencies += "ua.co.k" % "strftime4j" % "1.0.5"
[ua.co.k/strftime4j "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |