License |
License |
---|---|
GroupId | GroupIdcom.github.marlonlom |
ArtifactId | ArtifactIdtimeago |
Version | Version4.0.3 |
Type | Typejar |
Description |
DescriptionTimeAgo
Simple java library for displaying dates as relative time ago language.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
timeago-4.0.3.pom | |
timeago-4.0.3.jar | 45 KB |
timeago-4.0.3-sources.jar | 16 KB |
timeago-4.0.3-javadoc.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marlonlom/timeago/ -->
<dependency>
<groupId>com.github.marlonlom</groupId>
<artifactId>timeago</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marlonlom/timeago/
implementation 'com.github.marlonlom:timeago:4.0.3'
// https://jarcasting.com/artifacts/com.github.marlonlom/timeago/
implementation ("com.github.marlonlom:timeago:4.0.3")
'com.github.marlonlom:timeago:jar:4.0.3'
<dependency org="com.github.marlonlom" name="timeago" rev="4.0.3">
<artifact name="timeago" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marlonlom', module='timeago', version='4.0.3')
)
libraryDependencies += "com.github.marlonlom" % "timeago" % "4.0.3"
[com.github.marlonlom/timeago "4.0.3"]