GroupId | GroupIdio.github.John-Smith-Dav |
---|---|
ArtifactId | ArtifactIdksw4j-parent |
Version | Version1.0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
ksw4j-parent-1.0.0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.John-Smith-Dav/ksw4j-parent/ -->
<dependency>
<groupId>io.github.John-Smith-Dav</groupId>
<artifactId>ksw4j-parent</artifactId>
<version>1.0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.John-Smith-Dav/ksw4j-parent/
implementation 'io.github.John-Smith-Dav:ksw4j-parent:1.0.0.1'
// https://jarcasting.com/artifacts/io.github.John-Smith-Dav/ksw4j-parent/
implementation ("io.github.John-Smith-Dav:ksw4j-parent:1.0.0.1")
'io.github.John-Smith-Dav:ksw4j-parent:pom:1.0.0.1'
<dependency org="io.github.John-Smith-Dav" name="ksw4j-parent" rev="1.0.0.1">
<artifact name="ksw4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.John-Smith-Dav', module='ksw4j-parent', version='1.0.0.1')
)
libraryDependencies += "io.github.John-Smith-Dav" % "ksw4j-parent" % "1.0.0.1"
[io.github.John-Smith-Dav/ksw4j-parent "1.0.0.1"]