| GroupId | GroupIdorg.itsallcode.whiterabbit |
|---|---|
| ArtifactId | ArtifactIdwhiterabbit-plugin-api |
| Version | Version1.3.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| whiterabbit-plugin-api-1.3.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/org.itsallcode.whiterabbit/whiterabbit-plugin-api/ -->
<dependency>
<groupId>org.itsallcode.whiterabbit</groupId>
<artifactId>whiterabbit-plugin-api</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.itsallcode.whiterabbit/whiterabbit-plugin-api/
implementation 'org.itsallcode.whiterabbit:whiterabbit-plugin-api:1.3.0'
// https://jarcasting.com/artifacts/org.itsallcode.whiterabbit/whiterabbit-plugin-api/
implementation ("org.itsallcode.whiterabbit:whiterabbit-plugin-api:1.3.0")
'org.itsallcode.whiterabbit:whiterabbit-plugin-api:pom:1.3.0'
<dependency org="org.itsallcode.whiterabbit" name="whiterabbit-plugin-api" rev="1.3.0">
<artifact name="whiterabbit-plugin-api" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.itsallcode.whiterabbit', module='whiterabbit-plugin-api', version='1.3.0')
)
libraryDependencies += "org.itsallcode.whiterabbit" % "whiterabbit-plugin-api" % "1.3.0"
[org.itsallcode.whiterabbit/whiterabbit-plugin-api "1.3.0"]