GroupId | GroupIdcom.erigir |
---|---|
ArtifactId | ArtifactIdwrench-commons |
Version | Version1.1.8+71 |
Type | Typejar |
Filename | Size |
---|---|
wrench-commons-1.1.8+71.pom | |
wrench-commons-1.1.8+71.jar | 40 KB |
wrench-commons-1.1.8+71-sources.jar | 23 KB |
wrench-commons-1.1.8+71-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.8+71</version>
</dependency>
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation 'com.erigir:wrench-commons:1.1.8+71'
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation ("com.erigir:wrench-commons:1.1.8+71")
'com.erigir:wrench-commons:jar:1.1.8+71'
<dependency org="com.erigir" name="wrench-commons" rev="1.1.8+71">
<artifact name="wrench-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.erigir', module='wrench-commons', version='1.1.8+71')
)
libraryDependencies += "com.erigir" % "wrench-commons" % "1.1.8+71"
[com.erigir/wrench-commons "1.1.8+71"]