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