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