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