MVN

tech.iooo.boot : iooo-boot-core

Maven & Gradle

Apr 04, 2019
6 usages
2 stars

iooo-boot :: iooo-boot-core · iooo-boot-core

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-core</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.iooo.boot : iooo-boot-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of tech.iooo.boot : iooo-boot-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
iooo-boot-core-1.1.7
iooo-boot-core-1.1.6
iooo-boot-core-1.1.5
iooo-boot-core-1.1.4
iooo-boot-core-1.1.3
iooo-boot-core-1.1.2
iooo-boot-core-1.1.1
iooo-boot-core-1.1.0
1.0.x
iooo-boot-core-1.0.11-RELEASE
iooo-boot-core-1.0.10.RELEASE
iooo-boot-core-1.0.9.RELEASE
iooo-boot-core-1.0.8.RELEASE
iooo-boot-core-1.0.7.RELEASE
iooo-boot-core-1.0.6.RELEASE
iooo-boot-core-1.0.5.RELEASE
iooo-boot-core-1.0.4.RELEASE
iooo-boot-core-1.0.2.RELEASE
iooo-boot-core-1.0.1.RELEASE
iooo-boot-core-1.0.1
iooo-boot-core-1.0.0.RELEASE

How to add a dependency to Maven

Add the following tech.iooo.boot : iooo-boot-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-core</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.iooo.boot : iooo-boot-core gradle dependency to your build.gradle file:

implementation 'tech.iooo.boot:iooo-boot-core:1.1.7'

Gradle Kotlin DSL: Add the following tech.iooo.boot : iooo-boot-core gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.iooo.boot:iooo-boot-core:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.iooo.boot : iooo-boot-core sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.iooo.boot" % "iooo-boot-core" % "1.1.7"