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