Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.slinkyframework |
ArtifactId | ArtifactIdslinky-client-parent |
Version | Version0.2.7 |
Type | Typepom |
Filename | Size |
---|---|
slinky-client-parent-0.2.7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-parent/ -->
<dependency>
<groupId>org.slinkyframework</groupId>
<artifactId>slinky-client-parent</artifactId>
<version>0.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-parent/
implementation 'org.slinkyframework:slinky-client-parent:0.2.7'
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-parent/
implementation ("org.slinkyframework:slinky-client-parent:0.2.7")
'org.slinkyframework:slinky-client-parent:pom:0.2.7'
<dependency org="org.slinkyframework" name="slinky-client-parent" rev="0.2.7">
<artifact name="slinky-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slinkyframework', module='slinky-client-parent', version='0.2.7')
)
libraryDependencies += "org.slinkyframework" % "slinky-client-parent" % "0.2.7"
[org.slinkyframework/slinky-client-parent "0.2.7"]