GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdohloh-proxy-parent |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
ohloh-proxy-parent-1.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/ohloh-proxy-parent/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>ohloh-proxy-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/ohloh-proxy-parent/
implementation 'org.ow2.frascati.examples:ohloh-proxy-parent:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/ohloh-proxy-parent/
implementation ("org.ow2.frascati.examples:ohloh-proxy-parent:1.3")
'org.ow2.frascati.examples:ohloh-proxy-parent:pom:1.3'
<dependency org="org.ow2.frascati.examples" name="ohloh-proxy-parent" rev="1.3">
<artifact name="ohloh-proxy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='ohloh-proxy-parent', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "ohloh-proxy-parent" % "1.3"
[org.ow2.frascati.examples/ohloh-proxy-parent "1.3"]