Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.matrixweb.smaller |
ArtifactId | ArtifactIdclient-common |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
client-common-0.8.2.pom | |
client-common-0.8.2.jar | 7 KB |
client-common-0.8.2-sources.jar | 3 KB |
client-common-0.8.2-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/client-common/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>client-common</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/client-common/
implementation 'de.matrixweb.smaller:client-common:0.8.2'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/client-common/
implementation ("de.matrixweb.smaller:client-common:0.8.2")
'de.matrixweb.smaller:client-common:jar:0.8.2'
<dependency org="de.matrixweb.smaller" name="client-common" rev="0.8.2">
<artifact name="client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='client-common', version='0.8.2')
)
libraryDependencies += "de.matrixweb.smaller" % "client-common" % "0.8.2"
[de.matrixweb.smaller/client-common "0.8.2"]