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