is not current version
Last Version 1.11

co.fizzed:fizzed-maven-parent 1.9

Parent pom for all Fizzed Maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

co.fizzed
ArtifactId

ArtifactId

fizzed-maven-parent
Version

Version

1.9
Type

Type

pom

Download fizzed-maven-parent 1.9


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