MVN

eu.codlab : lookandfeel

Maven & Gradle

Sep 21, 2023
74 stars

fuzzywuzzy-kotlin · Fork of the fuzzywuzzy's fork

<dependency>
    <groupId>eu.codlab</groupId>
    <artifactId>lookandfeel</artifactId>
    <version>unspecified</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.codlab : lookandfeel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: unspecified

All Versions

Choose a version of eu.codlab : lookandfeel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
unspecified
lookandfeel-unspecified

How to add a dependency to Maven

Add the following eu.codlab : lookandfeel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.codlab</groupId>
    <artifactId>lookandfeel</artifactId>
    <version>unspecified</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.codlab : lookandfeel gradle dependency to your build.gradle file:

implementation 'eu.codlab:lookandfeel:unspecified'

Gradle Kotlin DSL: Add the following eu.codlab : lookandfeel gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.codlab:lookandfeel:unspecified")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.codlab : lookandfeel sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.codlab" % "lookandfeel" % "unspecified"

Advertisement