MVN

ai.aitia : arrowhead-application-library-java-spring

Maven & Gradle

Nov 02, 2022
1 stars

application-library-java-spring · Arrowhead Application Library using Spring Boot

<dependency>
    <groupId>ai.aitia</groupId>
    <artifactId>arrowhead-application-library-java-spring</artifactId>
    <version>4.6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.aitia : arrowhead-application-library-java-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0.0

All Versions

Choose a version of ai.aitia : arrowhead-application-library-java-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
arrowhead-application-library-java-spring-4.6.0.0
4.4.x
arrowhead-application-library-java-spring-4.4.0.2
arrowhead-application-library-java-spring-4.4.0.1
arrowhead-application-library-java-spring-4.4.0.0

How to add a dependency to Maven

Add the following ai.aitia : arrowhead-application-library-java-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.aitia</groupId>
    <artifactId>arrowhead-application-library-java-spring</artifactId>
    <version>4.6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.aitia : arrowhead-application-library-java-spring gradle dependency to your build.gradle file:

implementation 'ai.aitia:arrowhead-application-library-java-spring:4.6.0.0'

Gradle Kotlin DSL: Add the following ai.aitia : arrowhead-application-library-java-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.aitia:arrowhead-application-library-java-spring:4.6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.aitia : arrowhead-application-library-java-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.aitia" % "arrowhead-application-library-java-spring" % "4.6.0.0"

Advertisement