| GroupId | GroupIdcom.pslib.jtool |
|---|---|
| ArtifactId | ArtifactIdpslib-jtool-core |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pslib-jtool-core-1.0.3.pom | |
| pslib-jtool-core-1.0.3.jar | 214 KB |
| pslib-jtool-core-1.0.3-sources.jar | 134 KB |
| pslib-jtool-core-1.0.3-javadoc.jar | 714 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pslib.jtool/pslib-jtool-core/ -->
<dependency>
<groupId>com.pslib.jtool</groupId>
<artifactId>pslib-jtool-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pslib.jtool/pslib-jtool-core/
implementation 'com.pslib.jtool:pslib-jtool-core:1.0.3'
// https://jarcasting.com/artifacts/com.pslib.jtool/pslib-jtool-core/
implementation ("com.pslib.jtool:pslib-jtool-core:1.0.3")
'com.pslib.jtool:pslib-jtool-core:jar:1.0.3'
<dependency org="com.pslib.jtool" name="pslib-jtool-core" rev="1.0.3">
<artifact name="pslib-jtool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pslib.jtool', module='pslib-jtool-core', version='1.0.3')
)
libraryDependencies += "com.pslib.jtool" % "pslib-jtool-core" % "1.0.3"
[com.pslib.jtool/pslib-jtool-core "1.0.3"]