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