| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.fernice |
| ArtifactId | ArtifactIdfernice-maven |
| Last Version | Last Version1.0.36 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionfernice-maven
Parent project to provide all general build configuration for all fernice projects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fernice-maven-1.0.36.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fernice/fernice-maven/ -->
<dependency>
<groupId>org.fernice</groupId>
<artifactId>fernice-maven</artifactId>
<version>1.0.36</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fernice/fernice-maven/
implementation 'org.fernice:fernice-maven:1.0.36'
// https://jarcasting.com/artifacts/org.fernice/fernice-maven/
implementation ("org.fernice:fernice-maven:1.0.36")
'org.fernice:fernice-maven:pom:1.0.36'
<dependency org="org.fernice" name="fernice-maven" rev="1.0.36">
<artifact name="fernice-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fernice', module='fernice-maven', version='1.0.36')
)
libraryDependencies += "org.fernice" % "fernice-maven" % "1.0.36"
[org.fernice/fernice-maven "1.0.36"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.33 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
| org.jetbrains : annotations | jar | 22.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |