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