MVN

com.github.myoss : phoenix-core

Maven & Gradle

Aug 06, 2018
4 usages
8 stars

phoenix-core · myoss open source project, phoenix core written in Java

<dependency>
    <groupId>com.github.myoss</groupId>
    <artifactId>phoenix-core</artifactId>
    <version>1.1.5.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.myoss : phoenix-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5.RELEASE

All Versions

Choose a version of com.github.myoss : phoenix-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
phoenix-core-1.1.5.RELEASE
phoenix-core-1.1.4.RELEASE
phoenix-core-1.1.3.RELEASE
phoenix-core-1.1.2.RELEASE
phoenix-core-1.1.1.RELEASE
phoenix-core-1.1.0.RELEASE
1.0.x
phoenix-core-1.0.10
phoenix-core-1.0.9
phoenix-core-1.0.8
phoenix-core-1.0.7
phoenix-core-1.0.6
phoenix-core-1.0.5
phoenix-core-1.0.4
phoenix-core-1.0.3
phoenix-core-1.0.2
phoenix-core-1.0.1
phoenix-core-1.0.0

How to add a dependency to Maven

Add the following com.github.myoss : phoenix-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.myoss</groupId>
    <artifactId>phoenix-core</artifactId>
    <version>1.1.5.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.myoss : phoenix-core gradle dependency to your build.gradle file:

implementation 'com.github.myoss:phoenix-core:1.1.5.RELEASE'

Gradle Kotlin DSL: Add the following com.github.myoss : phoenix-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.myoss:phoenix-core:1.1.5.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.myoss : phoenix-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.myoss" % "phoenix-core" % "1.1.5.RELEASE"

Advertisement