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