GroupId | GroupIdorg.phoenixframe |
---|---|
ArtifactId | ArtifactIdphoenix_web |
Version | Version1.2.7 |
Type | Typewar |
Filename | Size |
---|---|
phoenix_web-1.2.7.pom | |
phoenix_web-1.2.7.war | 62 MB |
phoenix_web-1.2.7-sources.jar | 81 KB |
phoenix_web-1.2.7-javadoc.jar | 681 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/ -->
<dependency>
<groupId>org.phoenixframe</groupId>
<artifactId>phoenix_web</artifactId>
<version>1.2.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation 'org.phoenixframe:phoenix_web:1.2.7'
// https://jarcasting.com/artifacts/org.phoenixframe/phoenix_web/
implementation ("org.phoenixframe:phoenix_web:1.2.7")
'org.phoenixframe:phoenix_web:war:1.2.7'
<dependency org="org.phoenixframe" name="phoenix_web" rev="1.2.7">
<artifact name="phoenix_web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.phoenixframe', module='phoenix_web', version='1.2.7')
)
libraryDependencies += "org.phoenixframe" % "phoenix_web" % "1.2.7"
[org.phoenixframe/phoenix_web "1.2.7"]