is not current version
Last Version 1.15

com.fizzed:fizzed-maven-parent 1.13

Parent pom for all Fizzed Maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

fizzed-maven-parent
Version

Version

1.13
Type

Type

pom

Download fizzed-maven-parent 1.13


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