GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdui |
Version | Version1.2.0-RC1 |
Type | Typewar |
Filename | Size |
---|---|
ui-1.2.0-RC1.pom | |
ui-1.2.0-RC1.war | 906 KB |
ui-1.2.0-RC1-tests.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/ui/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>ui</artifactId>
<version>1.2.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/ui/
implementation 'uk.gov.gchq.gaffer:ui:1.2.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/ui/
implementation ("uk.gov.gchq.gaffer:ui:1.2.0-RC1")
'uk.gov.gchq.gaffer:ui:war:1.2.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="ui" rev="1.2.0-RC1">
<artifact name="ui" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='ui', version='1.2.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "ui" % "1.2.0-RC1"
[uk.gov.gchq.gaffer/ui "1.2.0-RC1"]