GroupId | GroupIdorg.ow2.frascati.intent |
---|---|
ArtifactId | ArtifactIdfrascati-debug |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
frascati-debug-1.2.pom | |
frascati-debug-1.2.jar | 4 KB |
frascati-debug-1.2-sources.jar | 2 KB |
frascati-debug-1.2-javadoc.jar | 21 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.intent/frascati-debug/
implementation 'org.ow2.frascati.intent:frascati-debug:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.intent/frascati-debug/
implementation ("org.ow2.frascati.intent:frascati-debug:1.2")
'org.ow2.frascati.intent:frascati-debug:jar:1.2'
<dependency org="org.ow2.frascati.intent" name="frascati-debug" rev="1.2">
<artifact name="frascati-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.intent', module='frascati-debug', version='1.2')
)
libraryDependencies += "org.ow2.frascati.intent" % "frascati-debug" % "1.2"
[org.ow2.frascati.intent/frascati-debug "1.2"]