MVN

io.github.dadino.quickstart3 : core

Maven & Gradle

Nov 10, 2022
2 usages
0 stars

core · Quickstart3

<dependency>
    <groupId>io.github.dadino.quickstart3</groupId>
    <artifactId>core</artifactId>
    <version>0.12.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.12.8

All Versions

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

Version Vulnerabilities Updated
0.12.x
core-0.12.8
core-0.12.7
core-0.12.6
core-0.12.5
core-0.12.4
core-0.12.3
core-0.12.2
core-0.12.1
core-0.12.0
0.11.x
core-0.11.6
core-0.11.5
core-0.11.4
core-0.11.3
core-0.11.2
core-0.11.1
core-0.11.0
0.10.x
core-0.10.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.dadino.quickstart3</groupId>
    <artifactId>core</artifactId>
    <version>0.12.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dadino.quickstart3 : core gradle dependency to your build.gradle file:

implementation 'io.github.dadino.quickstart3:core:0.12.8'

Gradle Kotlin DSL: Add the following io.github.dadino.quickstart3 : core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dadino.quickstart3:core:0.12.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dadino.quickstart3 : core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dadino.quickstart3" % "core" % "0.12.8"

Advertisement