Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.inti-net |
ArtifactId | ArtifactIdparent |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.inti-net/parent/
implementation 'com.github.inti-net:parent:1.3'
// https://jarcasting.com/artifacts/com.github.inti-net/parent/
implementation ("com.github.inti-net:parent:1.3")
'com.github.inti-net:parent:pom:1.3'
<dependency org="com.github.inti-net" name="parent" rev="1.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.inti-net', module='parent', version='1.3')
)
libraryDependencies += "com.github.inti-net" % "parent" % "1.3"
[com.github.inti-net/parent "1.3"]