MVN

com.github.pkair : maven-space-arithmetic

Maven & Gradle

Feb 28, 2022
1 stars

Arithmetic library for Tutorial · Simple library for tutorial about JetBrains Space (https://www.jetbrains.com/space/) packages usage with further publishing to Maven Central with OSSRH

<dependency>
    <groupId>com.github.pkair</groupId>
    <artifactId>maven-space-arithmetic</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pkair : maven-space-arithmetic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of com.github.pkair : maven-space-arithmetic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-space-arithmetic-1.1.8
maven-space-arithmetic-1.1.0
1.0.x
maven-space-arithmetic-1.0.11
maven-space-arithmetic-1.0.10
maven-space-arithmetic-1.0.9
maven-space-arithmetic-1.0.8
maven-space-arithmetic-1.0.7
maven-space-arithmetic-1.0.6
maven-space-arithmetic-1.0.3
maven-space-arithmetic-1.0.2
maven-space-arithmetic-1.0.1
maven-space-arithmetic-1.0.0

How to add a dependency to Maven

Add the following com.github.pkair : maven-space-arithmetic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pkair</groupId>
    <artifactId>maven-space-arithmetic</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pkair : maven-space-arithmetic gradle dependency to your build.gradle file:

implementation 'com.github.pkair:maven-space-arithmetic:1.0.11'

Gradle Kotlin DSL: Add the following com.github.pkair : maven-space-arithmetic gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pkair:maven-space-arithmetic:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pkair : maven-space-arithmetic sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pkair" % "maven-space-arithmetic" % "1.0.11"