GroupId | GroupIdch.powerunit.extensions |
---|---|
ArtifactId | ArtifactIdpowerunit-extensions-async |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/ -->
<dependency>
<groupId>ch.powerunit.extensions</groupId>
<artifactId>powerunit-extensions-async</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/
implementation 'ch.powerunit.extensions:powerunit-extensions-async:1.0.0'
// https://jarcasting.com/artifacts/ch.powerunit.extensions/powerunit-extensions-async/
implementation ("ch.powerunit.extensions:powerunit-extensions-async:1.0.0")
'ch.powerunit.extensions:powerunit-extensions-async:jar:1.0.0'
<dependency org="ch.powerunit.extensions" name="powerunit-extensions-async" rev="1.0.0">
<artifact name="powerunit-extensions-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.powerunit.extensions', module='powerunit-extensions-async', version='1.0.0')
)
libraryDependencies += "ch.powerunit.extensions" % "powerunit-extensions-async" % "1.0.0"
[ch.powerunit.extensions/powerunit-extensions-async "1.0.0"]