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