License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.mfizz |
ArtifactId | ArtifactIdmfz-maven-parent |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmfz-maven-parent
Parent pom for all mfizz projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mfz-maven-parent-1.7.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.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mfizz/mfz-maven-parent/
implementation 'com.mfizz:mfz-maven-parent:1.7'
// https://jarcasting.com/artifacts/com.mfizz/mfz-maven-parent/
implementation ("com.mfizz:mfz-maven-parent:1.7")
'com.mfizz:mfz-maven-parent:pom:1.7'
<dependency org="com.mfizz" name="mfz-maven-parent" rev="1.7">
<artifact name="mfz-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mfizz', module='mfz-maven-parent', version='1.7')
)
libraryDependencies += "com.mfizz" % "mfz-maven-parent" % "1.7"
[com.mfizz/mfz-maven-parent "1.7"]