GroupId | GroupIdcom.diozero |
---|---|
ArtifactId | ArtifactIddiozero-remote-common |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
diozero-remote-common-1.1.0.pom | |
diozero-remote-common-1.1.0.jar | 744 KB |
diozero-remote-common-1.1.0-sources.jar | 186 KB |
diozero-remote-common-1.1.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/ -->
<dependency>
<groupId>com.diozero</groupId>
<artifactId>diozero-remote-common</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation 'com.diozero:diozero-remote-common:1.1.0'
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation ("com.diozero:diozero-remote-common:1.1.0")
'com.diozero:diozero-remote-common:jar:1.1.0'
<dependency org="com.diozero" name="diozero-remote-common" rev="1.1.0">
<artifact name="diozero-remote-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-remote-common', version='1.1.0')
)
libraryDependencies += "com.diozero" % "diozero-remote-common" % "1.1.0"
[com.diozero/diozero-remote-common "1.1.0"]