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