| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.slinkyframework |
| ArtifactId | ArtifactIdslinky-client-http-parent |
| Version | Version0.4.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| slinky-client-http-parent-0.4.2.pom | 949 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.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-http-parent/
implementation 'org.slinkyframework:slinky-client-http-parent:0.4.2'
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-client-http-parent/
implementation ("org.slinkyframework:slinky-client-http-parent:0.4.2")
'org.slinkyframework:slinky-client-http-parent:pom:0.4.2'
<dependency org="org.slinkyframework" name="slinky-client-http-parent" rev="0.4.2">
<artifact name="slinky-client-http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.slinkyframework', module='slinky-client-http-parent', version='0.4.2')
)
libraryDependencies += "org.slinkyframework" % "slinky-client-http-parent" % "0.4.2"
[org.slinkyframework/slinky-client-http-parent "0.4.2"]