GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe |
Version | Version3.4.3 |
Type | Typepom |
Filename | Size |
---|---|
psi-probe-3.4.3.pom | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>3.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe/
implementation 'com.github.psi-probe:psi-probe:3.4.3'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe/
implementation ("com.github.psi-probe:psi-probe:3.4.3")
'com.github.psi-probe:psi-probe:pom:3.4.3'
<dependency org="com.github.psi-probe" name="psi-probe" rev="3.4.3">
<artifact name="psi-probe" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe', version='3.4.3')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe" % "3.4.3"
[com.github.psi-probe/psi-probe "3.4.3"]