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