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