is not current version
Last Version 2.3.0

com.fizzed:maven-parent 2.0.3

Parent pom for all Fizzed maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.fizzed
ArtifactId

ArtifactId

maven-parent
Version

Version

2.0.3
Type

Type

pom

Download maven-parent 2.0.3

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

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