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