f

fizzed-maven-parent

Parent pom for all Fizzed Maven projects
https://github.com/fizzed/java-maven-parent
Apache 2
Fizzed, Inc
Files download
File Operation
fizzed-maven-parent-1.14.pom download
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>fizzed-maven-parent</artifactId>
  <version>1.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fizzed:fizzed-maven-parent:1.14'
Gradle Kotlin
implementation("com.fizzed:fizzed-maven-parent:1.14")
Scala SBT
libraryDependencies += "com.fizzed" % "fizzed-maven-parent" % "1.14"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='fizzed-maven-parent', version='1.14')
)
Apache Ivy
<dependency org="com.fizzed" name="fizzed-maven-parent" rev="1.14" />
Leiningen
[com.fizzed/fizzed-maven-parent "1.14"]
Apache Buildr
'com.fizzed:fizzed-maven-parent:jar:1.14'
Dependencies
The project has no third-party dependencies