GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-parent |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
refcodes-parent-0.2.0.pom | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-parent/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-parent/
implementation 'org.refcodes:refcodes-parent:0.2.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-parent/
implementation ("org.refcodes:refcodes-parent:0.2.0")
'org.refcodes:refcodes-parent:pom:0.2.0'
<dependency org="org.refcodes" name="refcodes-parent" rev="0.2.0">
<artifact name="refcodes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-parent', version='0.2.0')
)
libraryDependencies += "org.refcodes" % "refcodes-parent" % "0.2.0"
[org.refcodes/refcodes-parent "0.2.0"]