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