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