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