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