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