MVN

io.github.molarmanful : sclin_3

Maven & Gradle

Aug 26, 2023
7 stars

sclin_3 · Scala implementation of lin

<dependency>
    <groupId>io.github.molarmanful</groupId>
    <artifactId>sclin_3</artifactId>
    <version>0.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.molarmanful : sclin_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.13

All Versions

Choose a version of io.github.molarmanful : sclin_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sclin_3-0.1.13
sclin_3-0.1.12
sclin_3-0.1.9
sclin_3-0.1.8
sclin_3-0.1.7
sclin_3-0.1.6
sclin_3-0.1.5
sclin_3-0.1.4
sclin_3-0.1.3
sclin_3-0.1.2
sclin_3-0.1.1
sclin_3-0.1.0
0.0.x
sclin_3-0.0.2
sclin_3-0.0.1
sclin_3-0.0.0
sclin_3-0.0.0-11
sclin_3-0.0.0-10
sclin_3-0.0.0-9
sclin_3-0.0.0-8
sclin_3-0.0.0-7
sclin_3-0.0.0-6
sclin_3-0.0.0-5
sclin_3-0.0.0-4
sclin_3-0.0.0-3
sclin_3-0.0.0-2
sclin_3-0.0.0-1

How to add a dependency to Maven

Add the following io.github.molarmanful : sclin_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.molarmanful</groupId>
    <artifactId>sclin_3</artifactId>
    <version>0.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.molarmanful : sclin_3 gradle dependency to your build.gradle file:

implementation 'io.github.molarmanful:sclin_3:0.1.13'

Gradle Kotlin DSL: Add the following io.github.molarmanful : sclin_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.molarmanful:sclin_3:0.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.molarmanful : sclin_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.molarmanful" % "sclin_3" % "0.1.13"