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