MVN

io.github.sagifogel : proptics-core_2.12

Maven & Gradle

Oct 20, 2022
3 usages

Proptics core · Proptics core

<dependency>
    <groupId>io.github.sagifogel</groupId>
    <artifactId>proptics-core_2.12</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sagifogel : proptics-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of io.github.sagifogel : proptics-core_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • proptics-core_2.12-0.5.2

    Oct 20, 2022
  • proptics-core_2.12-0.5.1

    Oct 11, 2022
  • proptics-core_2.12-0.5.0

    Jul 08, 2022
  • proptics-core_2.12-0.4.3

    May 28, 2022
  • proptics-core_2.12-0.4.2

    Apr 05, 2022
  • proptics-core_2.12-0.4.1

    Mar 23, 2022
  • proptics-core_2.12-0.4.0

    Mar 10, 2022
  • proptics-core_2.12-0.3.4

    Oct 02, 2021
  • proptics-core_2.12-0.3.2

    Sep 10, 2021
  • proptics-core_2.12-0.3.1

    Aug 13, 2021
  • proptics-core_2.12-0.3.0

    Aug 11, 2021
  • proptics-core_2.12-0.2.1

    May 26, 2021
  • proptics-core_2.12-0.2.0

    May 23, 2021
  • proptics-core_2.12-0.1.0

    May 12, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.sagifogel</groupId>
    <artifactId>proptics-core_2.12</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sagifogel : proptics-core_2.12 gradle dependency to your build.gradle file:

implementation 'io.github.sagifogel:proptics-core_2.12:0.5.2'

Gradle Kotlin DSL: Add the following io.github.sagifogel : proptics-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sagifogel:proptics-core_2.12:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sagifogel : proptics-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sagifogel" % "proptics-core_2.12" % "0.5.2"