MVN

at.bestsolution : at.bestsolution.maven.publisher

Maven & Gradle

May 04, 2018
0 stars

Eclipse p2 and OSGi-r5 to Maven publisher library · A who helps with publishing p2 and OSGi-R5 repositories to a maven repository

<dependency>
    <groupId>at.bestsolution</groupId>
    <artifactId>at.bestsolution.maven.publisher</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.bestsolution : at.bestsolution.maven.publisher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of at.bestsolution : at.bestsolution.maven.publisher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
at.bestsolution.maven.publisher-1.1.1
at.bestsolution.maven.publisher-1.1.0
1.0.x
at.bestsolution.maven.publisher-1.0.0

How to add a dependency to Maven

Add the following at.bestsolution : at.bestsolution.maven.publisher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.bestsolution</groupId>
    <artifactId>at.bestsolution.maven.publisher</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.bestsolution : at.bestsolution.maven.publisher gradle dependency to your build.gradle file:

implementation 'at.bestsolution:at.bestsolution.maven.publisher:1.1.1'

Gradle Kotlin DSL: Add the following at.bestsolution : at.bestsolution.maven.publisher gradle kotlin dependency to your build.gradle.kts file:

implementation("at.bestsolution:at.bestsolution.maven.publisher:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.bestsolution : at.bestsolution.maven.publisher sbt scala dependency to your build.sbt file:

libraryDependencies += "at.bestsolution" % "at.bestsolution.maven.publisher" % "1.1.1"

Advertisement