GroupId | GroupIdcom.erigir |
---|---|
ArtifactId | ArtifactIdwrench-commons |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
wrench-commons-0.7.pom | |
wrench-commons-0.7.jar | 21 KB |
wrench-commons-0.7-sources.jar | 11 KB |
wrench-commons-0.7-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.erigir/wrench-commons/ -->
<dependency>
<groupId>com.erigir</groupId>
<artifactId>wrench-commons</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation 'com.erigir:wrench-commons:0.7'
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation ("com.erigir:wrench-commons:0.7")
'com.erigir:wrench-commons:jar:0.7'
<dependency org="com.erigir" name="wrench-commons" rev="0.7">
<artifact name="wrench-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.erigir', module='wrench-commons', version='0.7')
)
libraryDependencies += "com.erigir" % "wrench-commons" % "0.7"
[com.erigir/wrench-commons "0.7"]