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