is not current version
Last Version 1.0.36

org.fernice:fernice-maven 1.0.19

Parent project to provide all general build configuration for all fernice projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.fernice
ArtifactId

ArtifactId

fernice-maven
Version

Version

1.0.19
Type

Type

pom

Download fernice-maven 1.0.19

Filename Size
fernice-maven-1.0.19.pom 17 KB
Browse

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