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