is not current version
Last Version 1.1.5.RELEASE

com.github.myoss:phoenix-core 1.1.1.RELEASE

myoss open source project, phoenix core written in Java

GroupId

GroupId

com.github.myoss
ArtifactId

ArtifactId

phoenix-core
Version

Version

1.1.1.RELEASE
Type

Type

jar

Download phoenix-core 1.1.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/ -->
<dependency>
    <groupId>com.github.myoss</groupId>
    <artifactId>phoenix-core</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/
implementation 'com.github.myoss:phoenix-core:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/
implementation ("com.github.myoss:phoenix-core:1.1.1.RELEASE")
'com.github.myoss:phoenix-core:jar:1.1.1.RELEASE'
<dependency org="com.github.myoss" name="phoenix-core" rev="1.1.1.RELEASE">
  <artifact name="phoenix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myoss', module='phoenix-core', version='1.1.1.RELEASE')
)
libraryDependencies += "com.github.myoss" % "phoenix-core" % "1.1.1.RELEASE"
[com.github.myoss/phoenix-core "1.1.1.RELEASE"]