MVN

io.github.zwonb : unimp-modules

Maven & Gradle

Aug 23, 2023
0 stars

unimp-modules · Android library unimp-modules

<dependency>
    <groupId>io.github.zwonb</groupId>
    <artifactId>unimp-modules</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zwonb : unimp-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of io.github.zwonb : unimp-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
unimp-modules-1.10
1.9
unimp-modules-1.9
1.8
unimp-modules-1.8
1.7
unimp-modules-1.7
1.6
unimp-modules-1.6
1.5
unimp-modules-1.5
1.4
unimp-modules-1.4
1.3
unimp-modules-1.3
1.2
unimp-modules-1.2
1.1
unimp-modules-1.1
1.0
unimp-modules-1.0
0.3
unimp-modules-0.3
0.2
unimp-modules-0.2
0.1
unimp-modules-0.1

How to add a dependency to Maven

Add the following io.github.zwonb : unimp-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zwonb</groupId>
    <artifactId>unimp-modules</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zwonb : unimp-modules gradle dependency to your build.gradle file:

implementation 'io.github.zwonb:unimp-modules:1.10'

Gradle Kotlin DSL: Add the following io.github.zwonb : unimp-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zwonb:unimp-modules:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zwonb : unimp-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zwonb" % "unimp-modules" % "1.10"