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