MVN

fi.evident.apina : apina-core

Maven & Gradle

Aug 02, 2023
27 stars

apina-core · Tool for creating TypeScript client code from Spring controllers and Jackson classes

<dependency>
    <groupId>fi.evident.apina</groupId>
    <artifactId>apina-core</artifactId>
    <version>0.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.evident.apina : apina-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.0

All Versions

Choose a version of fi.evident.apina : apina-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
apina-core-0.21.0
0.20.x
apina-core-0.20.3
0.19.x
apina-core-0.19.0
0.18.x
apina-core-0.18.0
0.17.x
apina-core-0.17.6
apina-core-0.17.5
0.16.x
apina-core-0.16.0

How to add a dependency to Maven

Add the following fi.evident.apina : apina-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.evident.apina</groupId>
    <artifactId>apina-core</artifactId>
    <version>0.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.evident.apina : apina-core gradle dependency to your build.gradle file:

implementation 'fi.evident.apina:apina-core:0.21.0'

Gradle Kotlin DSL: Add the following fi.evident.apina : apina-core gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.evident.apina:apina-core:0.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.evident.apina : apina-core sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.evident.apina" % "apina-core" % "0.21.0"

Advertisement