MVN

com.guiyec.similar : similar

Maven & Gradle

Sep 28, 2022
0 stars

Similar · Android networking library that allows having similar code in multiplatform apps.

<dependency>
    <groupId>com.guiyec.similar</groupId>
    <artifactId>similar</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.guiyec.similar : similar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5

All Versions

Choose a version of com.guiyec.similar : similar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
similar-0.9.5
similar-0.9.4
similar-0.9.3
similar-0.9.2
similar-0.9.1
similar-0.9.0
0.8.x
similar-0.8.1
similar-0.8.0
0.7.x
similar-0.7.0
0.6.x
similar-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.guiyec.similar</groupId>
    <artifactId>similar</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.guiyec.similar : similar gradle dependency to your build.gradle file:

implementation 'com.guiyec.similar:similar:0.9.5'

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

implementation("com.guiyec.similar:similar:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.guiyec.similar : similar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.guiyec.similar" % "similar" % "0.9.5"