GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdtime-library |
Version | Version1.22.0 |
Type | Typejar |
Filename | Size |
---|---|
time-library-1.22.0.pom | |
time-library-1.22.0.jar | 50 KB |
time-library-1.22.0-tests.jar | 48 KB |
time-library-1.22.0-sources.jar | 34 KB |
time-library-1.22.0-javadoc.jar | 186 KB |
time-library-1.22.0-deploy.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/time-library/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>time-library</artifactId>
<version>1.22.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/time-library/
implementation 'uk.gov.gchq.gaffer:time-library:1.22.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/time-library/
implementation ("uk.gov.gchq.gaffer:time-library:1.22.0")
'uk.gov.gchq.gaffer:time-library:jar:1.22.0'
<dependency org="uk.gov.gchq.gaffer" name="time-library" rev="1.22.0">
<artifact name="time-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='time-library', version='1.22.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "time-library" % "1.22.0"
[uk.gov.gchq.gaffer/time-library "1.22.0"]