GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdexception |
Version | Version0.6.3 |
Type | Typejar |
Filename | Size |
---|---|
exception-0.6.3.pom | |
exception-0.6.3.jar | 13 KB |
exception-0.6.3-tests.jar | 1 KB |
exception-0.6.3-sources.jar | 9 KB |
exception-0.6.3-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/exception/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>exception</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/exception/
implementation 'uk.gov.gchq.gaffer:exception:0.6.3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/exception/
implementation ("uk.gov.gchq.gaffer:exception:0.6.3")
'uk.gov.gchq.gaffer:exception:jar:0.6.3'
<dependency org="uk.gov.gchq.gaffer" name="exception" rev="0.6.3">
<artifact name="exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='exception', version='0.6.3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "exception" % "0.6.3"
[uk.gov.gchq.gaffer/exception "0.6.3"]