MVN

com.github.xuanyue202 : composer-sdk-java-common

Maven & Gradle

Dec 22, 2017
2 usages

composer-sdk-java

<dependency>
    <groupId>com.github.xuanyue202</groupId>
    <artifactId>composer-sdk-java-common</artifactId>
    <version>0.16.2-fixed</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xuanyue202 : composer-sdk-java-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.2-fixed

All Versions

Choose a version of com.github.xuanyue202 : composer-sdk-java-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
composer-sdk-java-common-0.16.2-fixed
composer-sdk-java-common-0.16.2
0.14.x
composer-sdk-java-common-0.14.2

How to add a dependency to Maven

Add the following com.github.xuanyue202 : composer-sdk-java-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xuanyue202</groupId>
    <artifactId>composer-sdk-java-common</artifactId>
    <version>0.16.2-fixed</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xuanyue202 : composer-sdk-java-common gradle dependency to your build.gradle file:

implementation 'com.github.xuanyue202:composer-sdk-java-common:0.16.2-fixed'

Gradle Kotlin DSL: Add the following com.github.xuanyue202 : composer-sdk-java-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xuanyue202:composer-sdk-java-common:0.16.2-fixed")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xuanyue202 : composer-sdk-java-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xuanyue202" % "composer-sdk-java-common" % "0.16.2-fixed"

Advertisement