| GroupId | GroupIdcom.scloudic |
|---|---|
| ArtifactId | ArtifactIdrabbit-web-pom |
| Version | Version3.6.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| rabbit-web-pom-3.6.3.pom | 681 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.scloudic/rabbit-web-pom/ -->
<dependency>
<groupId>com.scloudic</groupId>
<artifactId>rabbit-web-pom</artifactId>
<version>3.6.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.scloudic/rabbit-web-pom/
implementation 'com.scloudic:rabbit-web-pom:3.6.3'
// https://jarcasting.com/artifacts/com.scloudic/rabbit-web-pom/
implementation ("com.scloudic:rabbit-web-pom:3.6.3")
'com.scloudic:rabbit-web-pom:pom:3.6.3'
<dependency org="com.scloudic" name="rabbit-web-pom" rev="3.6.3">
<artifact name="rabbit-web-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.scloudic', module='rabbit-web-pom', version='3.6.3')
)
libraryDependencies += "com.scloudic" % "rabbit-web-pom" % "3.6.3"
[com.scloudic/rabbit-web-pom "3.6.3"]