Categories |
CategoriesNet |
---|---|
GroupId | GroupIdse.sunet.ati |
ArtifactId | ArtifactIdati-parent |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
ati-parent-2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/ -->
<dependency>
<groupId>se.sunet.ati</groupId>
<artifactId>ati-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/
implementation 'se.sunet.ati:ati-parent:2'
// https://jarcasting.com/artifacts/se.sunet.ati/ati-parent/
implementation ("se.sunet.ati:ati-parent:2")
'se.sunet.ati:ati-parent:pom:2'
<dependency org="se.sunet.ati" name="ati-parent" rev="2">
<artifact name="ati-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.sunet.ati', module='ati-parent', version='2')
)
libraryDependencies += "se.sunet.ati" % "ati-parent" % "2"
[se.sunet.ati/ati-parent "2"]