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