MVN

com.github.nik-gleb : mylibrary

Maven & Gradle

Apr 25, 2020
1 usages
0 stars

libraries · Android Libraries Pack

<dependency>
    <groupId>com.github.nik-gleb</groupId>
    <artifactId>mylibrary</artifactId>
    <version>0.0.12-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nik-gleb : mylibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.12-RELEASE

All Versions

Choose a version of com.github.nik-gleb : mylibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mylibrary-0.0.12-RELEASE
mylibrary-0.0.11-RELEASE
mylibrary-0.0.10-RELEASE
mylibrary-0.0.9-RELEASE
mylibrary-0.0.8-RELEASE
mylibrary-0.0.7-RELEASE
mylibrary-0.0.6-RELEASE
mylibrary-0.0.5-RELEASE
mylibrary-0.0.4-RELEASE
mylibrary-0.0.3
mylibrary-0.0.2-RELEASE
mylibrary-0.0.1
mylibrary-0.0.0

How to add a dependency to Maven

Add the following com.github.nik-gleb : mylibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nik-gleb</groupId>
    <artifactId>mylibrary</artifactId>
    <version>0.0.12-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nik-gleb : mylibrary gradle dependency to your build.gradle file:

implementation 'com.github.nik-gleb:mylibrary:0.0.12-RELEASE'

Gradle Kotlin DSL: Add the following com.github.nik-gleb : mylibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nik-gleb:mylibrary:0.0.12-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nik-gleb : mylibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nik-gleb" % "mylibrary" % "0.0.12-RELEASE"

Advertisement