GroupId | GroupIduk.ac.ceh.components |
---|---|
ArtifactId | ArtifactIdcomponents-parent |
Version | Version1.0.42 |
Type | Typepom |
Filename | Size |
---|---|
components-parent-1.0.42.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/ -->
<dependency>
<groupId>uk.ac.ceh.components</groupId>
<artifactId>components-parent</artifactId>
<version>1.0.42</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/
implementation 'uk.ac.ceh.components:components-parent:1.0.42'
// https://jarcasting.com/artifacts/uk.ac.ceh.components/components-parent/
implementation ("uk.ac.ceh.components:components-parent:1.0.42")
'uk.ac.ceh.components:components-parent:pom:1.0.42'
<dependency org="uk.ac.ceh.components" name="components-parent" rev="1.0.42">
<artifact name="components-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ceh.components', module='components-parent', version='1.0.42')
)
libraryDependencies += "uk.ac.ceh.components" % "components-parent" % "1.0.42"
[uk.ac.ceh.components/components-parent "1.0.42"]