MVN

org.bitbucket.anupharp : my-library

Maven & Gradle

Mar 21, 2021

A Demo Library for Tutorial · This is a sample library for a tutorial about publishing to Maven Central

<dependency>
    <groupId>org.bitbucket.anupharp</groupId>
    <artifactId>my-library</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.anupharp : my-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of org.bitbucket.anupharp : my-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
my-library-0.0.7
my-library-0.0.6
my-library-0.0.5
my-library-0.0.4
my-library-0.0.3
my-library-0.0.2
my-library-0.0.1

How to add a dependency to Maven

Add the following org.bitbucket.anupharp : my-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.anupharp</groupId>
    <artifactId>my-library</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.anupharp : my-library gradle dependency to your build.gradle file:

implementation 'org.bitbucket.anupharp:my-library:0.0.7'

Gradle Kotlin DSL: Add the following org.bitbucket.anupharp : my-library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.anupharp:my-library:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.anupharp : my-library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.anupharp" % "my-library" % "0.0.7"

Advertisement