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