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