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