is not current version
Last Version 1.4

org.ow2.frascati.examples:calculator-parent 1.0


GroupId

GroupId

org.ow2.frascati.examples
ArtifactId

ArtifactId

calculator-parent
Version

Version

1.0
Type

Type

pom

Download calculator-parent 1.0


<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/ -->
<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>calculator-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/
implementation 'org.ow2.frascati.examples:calculator-parent:1.0'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/calculator-parent/
implementation ("org.ow2.frascati.examples:calculator-parent:1.0")
'org.ow2.frascati.examples:calculator-parent:pom:1.0'
<dependency org="org.ow2.frascati.examples" name="calculator-parent" rev="1.0">
  <artifact name="calculator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='calculator-parent', version='1.0')
)
libraryDependencies += "org.ow2.frascati.examples" % "calculator-parent" % "1.0"
[org.ow2.frascati.examples/calculator-parent "1.0"]