MVN

com.github.axet : jlame

Maven & Gradle

Jul 06, 2019

jlame · jlame java library

<dependency>
    <groupId>com.github.axet</groupId>
    <artifactId>jlame</artifactId>
    <version>3.100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.axet : jlame to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.100

All Versions

Choose a version of com.github.axet : jlame to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.100
jlame-3.100

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.axet</groupId>
    <artifactId>jlame</artifactId>
    <version>3.100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.axet : jlame gradle dependency to your build.gradle file:

implementation 'com.github.axet:jlame:3.100'

Gradle Kotlin DSL: Add the following com.github.axet : jlame gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.axet:jlame:3.100")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.axet : jlame sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.axet" % "jlame" % "3.100"

Advertisement