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