MVN

com.github.krever : totalmap-core_2.12

Maven & Gradle

Aug 11, 2020
2 usages
4 stars

totalmap-core · totalmap-core

<dependency>
    <groupId>com.github.krever</groupId>
    <artifactId>totalmap-core_2.12</artifactId>
    <version>0.0.3+1-ee160804</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.krever : totalmap-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3+1-ee160804

All Versions

Choose a version of com.github.krever : totalmap-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
totalmap-core_2.12-0.0.3+1-ee160804
totalmap-core_2.12-0.0.1+27-836b70f1
totalmap-core_2.12-0.0.1+26-28e930c1
totalmap-core_2.12-0.0.1+17-e76743b4
totalmap-core_2.12-0.0.1+16-86ecc6db
totalmap-core_2.12-0.0.1+15-a5a02751
totalmap-core_2.12-0.0.1+14-c0dad29e
totalmap-core_2.12-0.0.1+12-a99731d4
totalmap-core_2.12-0.0.1+11-877854fb

How to add a dependency to Maven

Add the following com.github.krever : totalmap-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.krever</groupId>
    <artifactId>totalmap-core_2.12</artifactId>
    <version>0.0.3+1-ee160804</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.krever : totalmap-core_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.krever:totalmap-core_2.12:0.0.3+1-ee160804'

Gradle Kotlin DSL: Add the following com.github.krever : totalmap-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.krever:totalmap-core_2.12:0.0.3+1-ee160804")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.krever : totalmap-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.krever" % "totalmap-core_2.12" % "0.0.3+1-ee160804"

Advertisement