| GroupId | GroupIdorg.igniterealtime.whack |
|---|---|
| ArtifactId | ArtifactIdsample.weatherabstract |
| Version | Version2.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/ -->
<dependency>
<groupId>org.igniterealtime.whack</groupId>
<artifactId>sample.weatherabstract</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/
implementation 'org.igniterealtime.whack:sample.weatherabstract:2.0.0'
// https://jarcasting.com/artifacts/org.igniterealtime.whack/sample.weatherabstract/
implementation ("org.igniterealtime.whack:sample.weatherabstract:2.0.0")
'org.igniterealtime.whack:sample.weatherabstract:jar:2.0.0'
<dependency org="org.igniterealtime.whack" name="sample.weatherabstract" rev="2.0.0">
<artifact name="sample.weatherabstract" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.igniterealtime.whack', module='sample.weatherabstract', version='2.0.0')
)
libraryDependencies += "org.igniterealtime.whack" % "sample.weatherabstract" % "2.0.0"
[org.igniterealtime.whack/sample.weatherabstract "2.0.0"]