GroupId | GroupIdorg.ow2.frascati |
---|---|
ArtifactId | ArtifactIdfrascati-explorer |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
frascati-explorer-0.2.pom | |
frascati-explorer-0.2.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer/ -->
<dependency>
<groupId>org.ow2.frascati</groupId>
<artifactId>frascati-explorer</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer/
implementation 'org.ow2.frascati:frascati-explorer:0.2'
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer/
implementation ("org.ow2.frascati:frascati-explorer:0.2")
'org.ow2.frascati:frascati-explorer:jar:0.2'
<dependency org="org.ow2.frascati" name="frascati-explorer" rev="0.2">
<artifact name="frascati-explorer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati', module='frascati-explorer', version='0.2')
)
libraryDependencies += "org.ow2.frascati" % "frascati-explorer" % "0.2"
[org.ow2.frascati/frascati-explorer "0.2"]