MVN

io.github.stylesmile : fastboot-core

Maven & Gradle

Aug 13, 2023
19 stars

fastboot-core · core for fastboot

<dependency>
    <groupId>io.github.stylesmile</groupId>
    <artifactId>fastboot-core</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stylesmile : fastboot-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.github.stylesmile : fastboot-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
fastboot-core-2.0.0
1.1.x
fastboot-core-1.1.0
1.0.x
fastboot-core-1.0.0
0.9.x
fastboot-core-0.9.1
fastboot-core-0.9.0
0.8.x
fastboot-core-0.8.1
fastboot-core-0.8.0
0.7.x
fastboot-core-0.7.2
fastboot-core-0.7.1
fastboot-core-0.7.0
0.6.x
fastboot-core-0.6.0
0.5.x
fastboot-core-0.5.2
fastboot-core-0.5.1
fastboot-core-0.5.0
0.4.x
fastboot-core-0.4.0
0.3.x
fastboot-core-0.3.0
0.2.x
fastboot-core-0.2.1
fastboot-core-0.2.1-snapshots
0.1.x
fastboot-core-0.1.9
fastboot-core-0.1.9-m1
fastboot-core-0.1.8
fastboot-core-0.1.8-m1
fastboot-core-0.1.7
fastboot-core-0.1.7-M2
fastboot-core-0.1.7-M1
fastboot-core-0.1.6
fastboot-core-0.1.5
fastboot-core-0.1.4
fastboot-core-0.1.3
fastboot-core-0.1.2
fastboot-core-0.1.1
fastboot-core-0.1.1-snapshots

How to add a dependency to Maven

Add the following io.github.stylesmile : fastboot-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.stylesmile</groupId>
    <artifactId>fastboot-core</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.stylesmile : fastboot-core gradle dependency to your build.gradle file:

implementation 'io.github.stylesmile:fastboot-core:2.0.0'

Gradle Kotlin DSL: Add the following io.github.stylesmile : fastboot-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.stylesmile:fastboot-core:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.stylesmile : fastboot-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.stylesmile" % "fastboot-core" % "2.0.0"

Advertisement