is not current version
Last Version 2.3.0

com.fizzed:maven-parent 2.0.2

Parent pom for all Fizzed maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

maven-parent
Version

Version

2.0.2
Type

Type

pom

Download maven-parent 2.0.2

Filename Size
maven-parent-2.0.2.pom 11 KB
Browse

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