GroupId | GroupIdorg.phoenixframe |
---|---|
ArtifactId | ArtifactIdphoenix_common |
Version | Version1.4.7 |
Type | Typejar |
Filename | Size |
---|---|
phoenix_common-1.4.7.pom | |
phoenix_common-1.4.7.jar | 42 KB |
phoenix_common-1.4.7-sources.jar | 28 KB |
phoenix_common-1.4.7-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_common/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_common</artifactId>
<version>1.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_common/
implementation 'org.phoenixframe:phoenix_common:1.4.7'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_common/
implementation ("org.phoenixframe:phoenix_common:1.4.7")
'org.phoenixframe:phoenix_common:jar:1.4.7'
<dependency org="org.phoenixframe" name="phoenix_common" rev="1.4.7">
<artifact name="phoenix_common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_common', version='1.4.7')
)
libraryDependencies += "org.phoenixframe" % "phoenix_common" % "1.4.7"
[org.phoenixframe/phoenix_common "1.4.7"]