GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-rest |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
psi-probe-rest-3.3.0.pom | |
psi-probe-rest-3.3.0.jar | 2 KB |
psi-probe-rest-3.3.0-sources.jar | 3 KB |
psi-probe-rest-3.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-rest/
implementation 'com.github.psi-probe:psi-probe-rest:3.3.0'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-rest/
implementation ("com.github.psi-probe:psi-probe-rest:3.3.0")
'com.github.psi-probe:psi-probe-rest:jar:3.3.0'
<dependency org="com.github.psi-probe" name="psi-probe-rest" rev="3.3.0">
<artifact name="psi-probe-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-rest', version='3.3.0')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-rest" % "3.3.0"
[com.github.psi-probe/psi-probe-rest "3.3.0"]