MVN

de.cooperate-project : bintray-client-java-service

Maven & Gradle

Nov 11, 2018
2 usages
0 stars

Bintray Java client · Java client for working with Bintray

<dependency>
    <groupId>de.cooperate-project</groupId>
    <artifactId>bintray-client-java-service</artifactId>
    <version>0.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.cooperate-project : bintray-client-java-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2

All Versions

Choose a version of de.cooperate-project : bintray-client-java-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
bintray-client-java-service-0.9.2

How to add a dependency to Maven

Add the following de.cooperate-project : bintray-client-java-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.cooperate-project</groupId>
    <artifactId>bintray-client-java-service</artifactId>
    <version>0.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.cooperate-project : bintray-client-java-service gradle dependency to your build.gradle file:

implementation 'de.cooperate-project:bintray-client-java-service:0.9.2'

Gradle Kotlin DSL: Add the following de.cooperate-project : bintray-client-java-service gradle kotlin dependency to your build.gradle.kts file:

implementation("de.cooperate-project:bintray-client-java-service:0.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.cooperate-project : bintray-client-java-service sbt scala dependency to your build.sbt file:

libraryDependencies += "de.cooperate-project" % "bintray-client-java-service" % "0.9.2"