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