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