MVN

net.obvj : confectory-core

Maven & Gradle

Nov 13, 2022
5 usages

Confectory Core · Core part of Confectory that defines the base API and provides basic functionality using standard Java features

<dependency>
    <groupId>net.obvj</groupId>
    <artifactId>confectory-core</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.obvj : confectory-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of net.obvj : confectory-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • confectory-core-2.3.1

    Nov 13, 2022
  • confectory-core-2.3.0

    Sep 06, 2022
  • confectory-core-2.2.0

    Jul 18, 2022
  • confectory-core-2.1.0

    Apr 18, 2022
  • confectory-core-2.0.0

    Mar 05, 2022
  • confectory-core-1.2.0

    Feb 01, 2022
  • confectory-core-1.1.0

    Jan 12, 2022
  • confectory-core-1.0.1

    Jan 03, 2022
  • confectory-core-1.0.0

    Dec 01, 2021
  • confectory-core-0.4.0

    Nov 20, 2021
  • confectory-core-0.3.1

    Oct 30, 2021
  • confectory-core-0.3.0

    Oct 29, 2021
  • confectory-core-0.2.0

    Oct 01, 2021
  • confectory-core-0.1.0

    Aug 11, 2021

How to add a dependency to Maven

Add the following net.obvj : confectory-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.obvj</groupId>
    <artifactId>confectory-core</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.obvj : confectory-core gradle dependency to your build.gradle file:

implementation 'net.obvj:confectory-core:2.3.1'

Gradle Kotlin DSL: Add the following net.obvj : confectory-core gradle kotlin dependency to your build.gradle.kts file:

implementation("net.obvj:confectory-core:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.obvj : confectory-core sbt scala dependency to your build.sbt file:

libraryDependencies += "net.obvj" % "confectory-core" % "2.3.1"