GroupId | GroupIdcom.erigir |
---|---|
ArtifactId | ArtifactIdwrench-commons |
Version | Version2.0.2+118 |
Type | Typejar |
Filename | Size |
---|---|
wrench-commons-2.0.2+118.pom | |
wrench-commons-2.0.2+118.jar | 79 KB |
wrench-commons-2.0.2+118-sources.jar | 32 KB |
wrench-commons-2.0.2+118-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.2+118</version>
</dependency>
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation 'com.erigir:wrench-commons:2.0.2+118'
// https://jarcasting.com/artifacts/com.erigir/wrench-commons/
implementation ("com.erigir:wrench-commons:2.0.2+118")
'com.erigir:wrench-commons:jar:2.0.2+118'
<dependency org="com.erigir" name="wrench-commons" rev="2.0.2+118">
<artifact name="wrench-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.erigir', module='wrench-commons', version='2.0.2+118')
)
libraryDependencies += "com.erigir" % "wrench-commons" % "2.0.2+118"
[com.erigir/wrench-commons "2.0.2+118"]