MVN

love.forte.annotation-tool : core

Maven & Gradle

Feb 07, 2022
0 stars

core · An exquisite annotation tool. - core module

<dependency>
    <groupId>love.forte.annotation-tool</groupId>
    <artifactId>core</artifactId>
    <version>0.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.annotation-tool : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.3

All Versions

Choose a version of love.forte.annotation-tool : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
core-0.6.3
core-0.6.2
core-0.6.1
core-0.6.0
0.5.x
core-0.5.0

How to add a dependency to Maven

Add the following love.forte.annotation-tool : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.annotation-tool</groupId>
    <artifactId>core</artifactId>
    <version>0.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.annotation-tool : core gradle dependency to your build.gradle file:

implementation 'love.forte.annotation-tool:core:0.6.3'

Gradle Kotlin DSL: Add the following love.forte.annotation-tool : core gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.annotation-tool:core:0.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.annotation-tool : core sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.annotation-tool" % "core" % "0.6.3"

Advertisement