GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-web |
Version | Version3.3.0 |
Type | Typewar |
Filename | Size |
---|---|
psi-probe-web-3.3.0.pom | |
psi-probe-web-3.3.0.war | 25 MB |
psi-probe-web-3.3.0-tests.jar | 3 KB |
psi-probe-web-3.3.0-test-sources.jar | 3 KB |
psi-probe-web-3.3.0-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-web/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-web</artifactId>
<version>3.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-web/
implementation 'com.github.psi-probe:psi-probe-web:3.3.0'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-web/
implementation ("com.github.psi-probe:psi-probe-web:3.3.0")
'com.github.psi-probe:psi-probe-web:war:3.3.0'
<dependency org="com.github.psi-probe" name="psi-probe-web" rev="3.3.0">
<artifact name="psi-probe-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-web', version='3.3.0')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-web" % "3.3.0"
[com.github.psi-probe/psi-probe-web "3.3.0"]