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