MVN

com.developersam : samlang

Maven & Gradle

Apr 05, 2019
32 stars

SAMLANG · Sam's Programming Language

<dependency>
    <groupId>com.developersam</groupId>
    <artifactId>samlang</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.developersam : samlang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.developersam : samlang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
samlang-0.0.7
samlang-0.0.6
samlang-0.0.5
samlang-0.0.4

How to add a dependency to Maven

Add the following com.developersam : samlang maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.developersam</groupId>
    <artifactId>samlang</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.developersam : samlang gradle dependency to your build.gradle file:

implementation 'com.developersam:samlang:0.0.7'

Gradle Kotlin DSL: Add the following com.developersam : samlang gradle kotlin dependency to your build.gradle.kts file:

implementation("com.developersam:samlang:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.developersam : samlang sbt scala dependency to your build.sbt file:

libraryDependencies += "com.developersam" % "samlang" % "0.0.7"