MVN

tech.rsqn.useful-things : math-and-data

Maven & Gradle

Aug 18, 2023
2 stars

authz-utilities · Identity, Authentication, Authorization, Sessions

<dependency>
    <groupId>tech.rsqn.useful-things</groupId>
    <artifactId>math-and-data</artifactId>
    <version>1.0.77</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.rsqn.useful-things : math-and-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.77

All Versions

Choose a version of tech.rsqn.useful-things : math-and-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
math-and-data-1.0.77
math-and-data-1.0.76
math-and-data-1.0.75
math-and-data-1.0.72
math-and-data-1.0.71
math-and-data-1.0.70
math-and-data-1.0.69
math-and-data-1.0.68
math-and-data-1.0.64
math-and-data-1.0.63
math-and-data-1.0.62
math-and-data-1.0.61
math-and-data-1.0.60
math-and-data-1.0.59
math-and-data-1.0.58

How to add a dependency to Maven

Add the following tech.rsqn.useful-things : math-and-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.rsqn.useful-things</groupId>
    <artifactId>math-and-data</artifactId>
    <version>1.0.77</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.rsqn.useful-things : math-and-data gradle dependency to your build.gradle file:

implementation 'tech.rsqn.useful-things:math-and-data:1.0.77'

Gradle Kotlin DSL: Add the following tech.rsqn.useful-things : math-and-data gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.rsqn.useful-things:math-and-data:1.0.77")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.rsqn.useful-things : math-and-data sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.rsqn.useful-things" % "math-and-data" % "1.0.77"

Advertisement