GroupId | GroupIdcom.github.psi-probe |
---|---|
ArtifactId | ArtifactIdpsi-probe-core |
Version | Version3.5.3 |
Type | Typejar |
Filename | Size |
---|---|
psi-probe-core-3.5.3.pom | |
psi-probe-core-3.5.3.jar | 477 KB |
psi-probe-core-3.5.3-tests.jar | 96 KB |
psi-probe-core-3.5.3-test-sources.jar | 91 KB |
psi-probe-core-3.5.3-test-javadoc.jar | 1 MB |
psi-probe-core-3.5.3-sources.jar | 406 KB |
psi-probe-core-3.5.3-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.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-core/
implementation 'com.github.psi-probe:psi-probe-core:3.5.3'
// https://jarcasting.com/artifacts/com.github.psi-probe/psi-probe-core/
implementation ("com.github.psi-probe:psi-probe-core:3.5.3")
'com.github.psi-probe:psi-probe-core:jar:3.5.3'
<dependency org="com.github.psi-probe" name="psi-probe-core" rev="3.5.3">
<artifact name="psi-probe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psi-probe', module='psi-probe-core', version='3.5.3')
)
libraryDependencies += "com.github.psi-probe" % "psi-probe-core" % "3.5.3"
[com.github.psi-probe/psi-probe-core "3.5.3"]