MVN

club.javacore : fast-framework

Maven & Gradle

May 20, 2020
0 stars

fast-framework · Demo project for Spring Boot

<dependency>
    <groupId>club.javacore</groupId>
    <artifactId>fast-framework</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.javacore : fast-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1-RELEASE

All Versions

Choose a version of club.javacore : fast-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fast-framework-1.0.1-RELEASE

How to add a dependency to Maven

Add the following club.javacore : fast-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.javacore</groupId>
    <artifactId>fast-framework</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.javacore : fast-framework gradle dependency to your build.gradle file:

implementation 'club.javacore:fast-framework:1.0.1-RELEASE'

Gradle Kotlin DSL: Add the following club.javacore : fast-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("club.javacore:fast-framework:1.0.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.javacore : fast-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "club.javacore" % "fast-framework" % "1.0.1-RELEASE"