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