| GroupId | GroupIdcom.github.myoss | 
    
|---|---|
| ArtifactId | ArtifactIdphoenix-core | 
    
| Version | Version1.1.3.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| phoenix-core-1.1.3.RELEASE.pom | |
| phoenix-core-1.1.3.RELEASE.jar | 136 KB | 
| phoenix-core-1.1.3.RELEASE-sources.jar | 122 KB | 
| phoenix-core-1.1.3.RELEASE-javadoc.jar | 564 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/ -->
<dependency>
    <groupId>com.github.myoss</groupId>
    <artifactId>phoenix-core</artifactId>
    <version>1.1.3.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/
implementation 'com.github.myoss:phoenix-core:1.1.3.RELEASE'
                // https://jarcasting.com/artifacts/com.github.myoss/phoenix-core/
implementation ("com.github.myoss:phoenix-core:1.1.3.RELEASE")
                'com.github.myoss:phoenix-core:jar:1.1.3.RELEASE'
                <dependency org="com.github.myoss" name="phoenix-core" rev="1.1.3.RELEASE">
  <artifact name="phoenix-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.myoss', module='phoenix-core', version='1.1.3.RELEASE')
)
                libraryDependencies += "com.github.myoss" % "phoenix-core" % "1.1.3.RELEASE"
                [com.github.myoss/phoenix-core "1.1.3.RELEASE"]