MVN

com.github.catchitcozucan : core

Maven & Gradle

Apr 11, 2022
0 stars

catchitcozucan.core · nifty portable processing library for stateful subjects

<dependency>
    <groupId>com.github.catchitcozucan</groupId>
    <artifactId>core</artifactId>
    <version>2.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.catchitcozucan : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.28

All Versions

Choose a version of com.github.catchitcozucan : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.28
core-2.28
2.27
core-2.27
2.26
core-2.26
2.25
core-2.25
2.24
core-2.24
2.23
core-2.23
2.22
core-2.22
2.21
core-2.21
2.20
core-2.20
2.19
core-2.19
2.18
core-2.18
2.17
core-2.17
2.16
core-2.16
2.15
core-2.15
2.14
core-2.14
2.13
core-2.13
2.12
core-2.12
2.11
core-2.11
2.10
core-2.10
2.9
core-2.9
2.8
core-2.8
2.7
core-2.7
2.6
core-2.6
2.5
core-2.5
2.4
core-2.4
2.3
core-2.3
2.2
core-2.2
2.1
core-2.1
2.0
core-2.0
1.9
core-1.9
1.8
core-1.8
1.7
core-1.7
1.5
core-1.5
1.4
core-1.4
1.3
core-1.3
1.2
core-1.2
1.1
core-1.1
1.0
core-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.catchitcozucan</groupId>
    <artifactId>core</artifactId>
    <version>2.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.catchitcozucan : core gradle dependency to your build.gradle file:

implementation 'com.github.catchitcozucan:core:2.28'

Gradle Kotlin DSL: Add the following com.github.catchitcozucan : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.catchitcozucan:core:2.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.catchitcozucan : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.catchitcozucan" % "core" % "2.28"

Advertisement