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