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