MVN

org.tiqr : core

Maven & Gradle

Nov 30, 2021
0 stars

core · refactoring original tiqr project

<dependency>
    <groupId>org.tiqr</groupId>
    <artifactId>core</artifactId>
    <version>0.0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tiqr : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.33
  • Latest Beta: 0.0.31-BETA-1

All Versions

Choose a version of org.tiqr : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
core-0.0.33
core-0.0.32
core-0.0.31-BETA-1
core-0.0.28.2
core-0.0.25
core-0.0.23-BETA-1
core-0.0.23
core-0.0.22
core-0.0.21
core-0.0.20
core-0.0.3
core-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tiqr</groupId>
    <artifactId>core</artifactId>
    <version>0.0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tiqr : core gradle dependency to your build.gradle file:

implementation 'org.tiqr:core:0.0.33'

Gradle Kotlin DSL: Add the following org.tiqr : core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tiqr:core:0.0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tiqr : core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tiqr" % "core" % "0.0.33"