GroupId | GroupIdorg.slinkyframework |
---|---|
ArtifactId | ArtifactIdslinky-service-http |
Version | Version0.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.slinkyframework/slinky-service-http/ -->
<dependency>
<groupId>org.slinkyframework</groupId>
<artifactId>slinky-service-http</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-service-http/
implementation 'org.slinkyframework:slinky-service-http:0.4.4'
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-service-http/
implementation ("org.slinkyframework:slinky-service-http:0.4.4")
'org.slinkyframework:slinky-service-http:jar:0.4.4'
<dependency org="org.slinkyframework" name="slinky-service-http" rev="0.4.4">
<artifact name="slinky-service-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slinkyframework', module='slinky-service-http', version='0.4.4')
)
libraryDependencies += "org.slinkyframework" % "slinky-service-http" % "0.4.4"
[org.slinkyframework/slinky-service-http "0.4.4"]