Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.fernice |
ArtifactId | ArtifactIdfernice-maven |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
fernice-maven-1.0.9.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fernice/fernice-maven/ -->
<dependency>
<groupId>org.fernice</groupId>
<artifactId>fernice-maven</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fernice/fernice-maven/
implementation 'org.fernice:fernice-maven:1.0.9'
// https://jarcasting.com/artifacts/org.fernice/fernice-maven/
implementation ("org.fernice:fernice-maven:1.0.9")
'org.fernice:fernice-maven:pom:1.0.9'
<dependency org="org.fernice" name="fernice-maven" rev="1.0.9">
<artifact name="fernice-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fernice', module='fernice-maven', version='1.0.9')
)
libraryDependencies += "org.fernice" % "fernice-maven" % "1.0.9"
[org.fernice/fernice-maven "1.0.9"]