GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-rest |
Version | Version3.4.4 |
Type | Typejar |
Filename | Size |
---|---|
psi-probe-rest-3.4.4.pom | |
psi-probe-rest-3.4.4.jar | 2 KB |
psi-probe-rest-3.4.4-sources.jar | 3 KB |
psi-probe-rest-3.4.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-rest/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-rest</artifactId>
<version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-rest/
implementation 'com.github.psi-probe:psi-probe-rest:3.4.4'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-rest/
implementation ("com.github.psi-probe:psi-probe-rest:3.4.4")
'com.github.psi-probe:psi-probe-rest:jar:3.4.4'
<dependency org="com.github.psi-probe" name="psi-probe-rest" rev="3.4.4">
<artifact name="psi-probe-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-rest', version='3.4.4')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-rest" % "3.4.4"
[com.github.psi-probe/psi-probe-rest "3.4.4"]