MVN

com.47deg : memeid4s_3

Maven & Gradle

Feb 10, 2023
57 stars

memeid4s · Scala wrapper for memeid, providing idiomatic constructors and simplifying library usage from Scala

<dependency>
    <groupId>com.47deg</groupId>
    <artifactId>memeid4s_3</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.47deg : memeid4s_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of com.47deg : memeid4s_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
memeid4s_3-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.47deg</groupId>
    <artifactId>memeid4s_3</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.47deg : memeid4s_3 gradle dependency to your build.gradle file:

implementation 'com.47deg:memeid4s_3:0.8.0'

Gradle Kotlin DSL: Add the following com.47deg : memeid4s_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.47deg:memeid4s_3:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.47deg : memeid4s_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.47deg" % "memeid4s_3" % "0.8.0"

Advertisement