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