GroupId | GroupIdorg.phoenixframe |
---|---|
ArtifactId | ArtifactIdphoenix_common |
Version | Version1.4.6 |
Type | Typejar |
Filename | Size |
---|---|
phoenix_common-1.4.6.pom | |
phoenix_common-1.4.6.jar | 42 KB |
phoenix_common-1.4.6-sources.jar | 28 KB |
phoenix_common-1.4.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_common/
implementation 'org.phoenixframe:phoenix_common:1.4.6'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_common/
implementation ("org.phoenixframe:phoenix_common:1.4.6")
'org.phoenixframe:phoenix_common:jar:1.4.6'
<dependency org="org.phoenixframe" name="phoenix_common" rev="1.4.6">
<artifact name="phoenix_common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_common', version='1.4.6')
)
libraryDependencies += "org.phoenixframe" % "phoenix_common" % "1.4.6"
[org.phoenixframe/phoenix_common "1.4.6"]