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