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