is not current version
Last Version 2.3.1

cz.cvut.fit.maven:root-parent 2.1.2

Parent POM for FIT CTU's projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

cz.cvut.fit.maven
ArtifactId

ArtifactId

root-parent
Version

Version

2.1.2
Type

Type

pom

Download root-parent 2.1.2

Filename Size
root-parent-2.1.2.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/cz.cvut.fit.maven/root-parent/ -->
<dependency>
    <groupId>cz.cvut.fit.maven</groupId>
    <artifactId>root-parent</artifactId>
    <version>2.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.cvut.fit.maven/root-parent/
implementation 'cz.cvut.fit.maven:root-parent:2.1.2'
// https://jarcasting.com/artifacts/cz.cvut.fit.maven/root-parent/
implementation ("cz.cvut.fit.maven:root-parent:2.1.2")
'cz.cvut.fit.maven:root-parent:pom:2.1.2'
<dependency org="cz.cvut.fit.maven" name="root-parent" rev="2.1.2">
  <artifact name="root-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.cvut.fit.maven', module='root-parent', version='2.1.2')
)
libraryDependencies += "cz.cvut.fit.maven" % "root-parent" % "2.1.2"
[cz.cvut.fit.maven/root-parent "2.1.2"]