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