License |
License |
---|---|
GroupId | GroupIdcom.echobox |
ArtifactId | ArtifactIdebx-unixtime-sdk |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptionebx-unixtime-sdk
ebx-unixtime-sdk is a simple reusable implementation of a unix time construct.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ebx-unixtime-sdk-2.0.0.pom | |
ebx-unixtime-sdk-2.0.0.jar | 3 KB |
ebx-unixtime-sdk-2.0.0-sources.jar | 4 KB |
ebx-unixtime-sdk-2.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.echobox/ebx-unixtime-sdk/ -->
<dependency>
<groupId>com.echobox</groupId>
<artifactId>ebx-unixtime-sdk</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.echobox/ebx-unixtime-sdk/
implementation 'com.echobox:ebx-unixtime-sdk:2.0.0'
// https://jarcasting.com/artifacts/com.echobox/ebx-unixtime-sdk/
implementation ("com.echobox:ebx-unixtime-sdk:2.0.0")
'com.echobox:ebx-unixtime-sdk:jar:2.0.0'
<dependency org="com.echobox" name="ebx-unixtime-sdk" rev="2.0.0">
<artifact name="ebx-unixtime-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.echobox', module='ebx-unixtime-sdk', version='2.0.0')
)
libraryDependencies += "com.echobox" % "ebx-unixtime-sdk" % "2.0.0"
[com.echobox/ebx-unixtime-sdk "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |