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