GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-core |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
psi-probe-core-3.2.0.pom | |
psi-probe-core-3.2.0.jar | 478 KB |
psi-probe-core-3.2.0-tests.jar | 95 KB |
psi-probe-core-3.2.0-test-sources.jar | 93 KB |
psi-probe-core-3.2.0-test-javadoc.jar | 1 MB |
psi-probe-core-3.2.0-sources.jar | 405 KB |
psi-probe-core-3.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-core/ -->
<dependency>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-core</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-core/
implementation 'com.github.psi-probe:psi-probe-core:3.2.0'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-core/
implementation ("com.github.psi-probe:psi-probe-core:3.2.0")
'com.github.psi-probe:psi-probe-core:jar:3.2.0'
<dependency org="com.github.psi-probe" name="psi-probe-core" rev="3.2.0">
<artifact name="psi-probe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-core', version='3.2.0')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-core" % "3.2.0"
[com.github.psi-probe/psi-probe-core "3.2.0"]