is not current version
Last Version 1.7

com.mfizz:mfz-maven-parent 1.6

Parent pom for all mfizz projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.mfizz
ArtifactId

ArtifactId

mfz-maven-parent
Version

Version

1.6
Type

Type

pom

Download mfz-maven-parent 1.6

Filename Size
mfz-maven-parent-1.6.pom 20 KB
Browse

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