MVN

org.bitbucket.shreya-development : ossrh-68292

Maven & Gradle

May 12, 2021

bitbucket · A demo for deployment to the Central Repository via OSSRH

<dependency>
    <groupId>org.bitbucket.shreya-development</groupId>
    <artifactId>ossrh-68292</artifactId>
    <version>13.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.shreya-development : ossrh-68292 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13.RELEASE

All Versions

Choose a version of org.bitbucket.shreya-development : ossrh-68292 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13.RELEASE
ossrh-68292-13.RELEASE
7.RELEASE
ossrh-68292-7.RELEASE

How to add a dependency to Maven

Add the following org.bitbucket.shreya-development : ossrh-68292 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.shreya-development</groupId>
    <artifactId>ossrh-68292</artifactId>
    <version>13.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.shreya-development : ossrh-68292 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.shreya-development:ossrh-68292:13.RELEASE'

Gradle Kotlin DSL: Add the following org.bitbucket.shreya-development : ossrh-68292 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.shreya-development:ossrh-68292:13.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.shreya-development : ossrh-68292 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.shreya-development" % "ossrh-68292" % "13.RELEASE"