GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdcalculator-parent |
Version | Version1.3 |
Type | Typepom |
Filename | Size |
---|---|
calculator-parent-1.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>calculator-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/
implementation 'org.ow2.frascati.examples:calculator-parent:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/
implementation ("org.ow2.frascati.examples:calculator-parent:1.3")
'org.ow2.frascati.examples:calculator-parent:pom:1.3'
<dependency org="org.ow2.frascati.examples" name="calculator-parent" rev="1.3">
<artifact name="calculator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='calculator-parent', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "calculator-parent" % "1.3"
[org.ow2.frascati.examples/calculator-parent "1.3"]