MVN

io.tryp : splain_2.12.5

Maven & Gradle

Apr 30, 2020
369 stars

splain · splain

<dependency>
    <groupId>io.tryp</groupId>
    <artifactId>splain_2.12.5</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tryp : splain_2.12.5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of io.tryp : splain_2.12.5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
splain_2.12.5-0.5.5
splain_2.12.5-0.5.4
splain_2.12.5-0.5.3
splain_2.12.5-0.5.2
splain_2.12.5-0.5.1
splain_2.12.5-0.5.0
0.4.x
splain_2.12.5-0.4.1
splain_2.12.5-0.4.0
0.3.x
splain_2.12.5-0.3.5
splain_2.12.5-0.3.4
splain_2.12.5-0.3.3
splain_2.12.5-0.3.2
splain_2.12.5-0.3.1
splain_2.12.5-0.3.0
0.2.x
splain_2.12.5-0.2.10
splain_2.12.5-0.2.9

How to add a dependency to Maven

Add the following io.tryp : splain_2.12.5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.tryp</groupId>
    <artifactId>splain_2.12.5</artifactId>
    <version>0.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tryp : splain_2.12.5 gradle dependency to your build.gradle file:

implementation 'io.tryp:splain_2.12.5:0.5.5'

Gradle Kotlin DSL: Add the following io.tryp : splain_2.12.5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tryp:splain_2.12.5:0.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tryp : splain_2.12.5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tryp" % "splain_2.12.5" % "0.5.5"

Advertisement