GroupId | GroupIdorg.demoiselle.signer |
---|---|
ArtifactId | ArtifactIdtimestamp |
Version | Version3.4.0 |
Type | Typejar |
Filename | Size |
---|---|
timestamp-3.4.0.pom | |
timestamp-3.4.0.jar | 28 KB |
timestamp-3.4.0-sources.jar | 27 KB |
timestamp-3.4.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.demoiselle.signer/timestamp/ -->
<dependency>
<groupId>org.demoiselle.signer</groupId>
<artifactId>timestamp</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.demoiselle.signer/timestamp/
implementation 'org.demoiselle.signer:timestamp:3.4.0'
// https://jarcasting.com/artifacts/org.demoiselle.signer/timestamp/
implementation ("org.demoiselle.signer:timestamp:3.4.0")
'org.demoiselle.signer:timestamp:jar:3.4.0'
<dependency org="org.demoiselle.signer" name="timestamp" rev="3.4.0">
<artifact name="timestamp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.demoiselle.signer', module='timestamp', version='3.4.0')
)
libraryDependencies += "org.demoiselle.signer" % "timestamp" % "3.4.0"
[org.demoiselle.signer/timestamp "3.4.0"]