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