Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thk-systems |
ArtifactId | ArtifactIdtksparent |
Version | Version1.14.0 |
Type | Typepom |
Filename | Size |
---|---|
tksparent-1.14.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thk-systems/tksparent/ -->
<dependency>
<groupId>net.thk-systems</groupId>
<artifactId>tksparent</artifactId>
<version>1.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.thk-systems/tksparent/
implementation 'net.thk-systems:tksparent:1.14.0'
// https://jarcasting.com/artifacts/net.thk-systems/tksparent/
implementation ("net.thk-systems:tksparent:1.14.0")
'net.thk-systems:tksparent:pom:1.14.0'
<dependency org="net.thk-systems" name="tksparent" rev="1.14.0">
<artifact name="tksparent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.thk-systems', module='tksparent', version='1.14.0')
)
libraryDependencies += "net.thk-systems" % "tksparent" % "1.14.0"
[net.thk-systems/tksparent "1.14.0"]