MVN

com.github.axet : liblame

Maven & Gradle

Nov 11, 2019
1 usages

android liblame · android liblame.

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

Latest Version

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

  • Latest Stable: 3.100

All Versions

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

  • Version Updated
  • liblame-3.100

    Nov 11, 2019
  • liblame-3.99.5-3

    Jan 13, 2019
  • liblame-3.99.5-2

    Jul 04, 2017
  • liblame-3.99.5-1

    May 14, 2017

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement