GroupId | GroupIdcom.diozero |
---|---|
ArtifactId | ArtifactIddiozero-remote-common |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
diozero-remote-common-1.1.3.pom | |
diozero-remote-common-1.1.3.jar | 744 KB |
diozero-remote-common-1.1.3-sources.jar | 186 KB |
diozero-remote-common-1.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation 'com.diozero:diozero-remote-common:1.1.3'
// https://jarcasting.com/artifacts/com.diozero/diozero-remote-common/
implementation ("com.diozero:diozero-remote-common:1.1.3")
'com.diozero:diozero-remote-common:jar:1.1.3'
<dependency org="com.diozero" name="diozero-remote-common" rev="1.1.3">
<artifact name="diozero-remote-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diozero', module='diozero-remote-common', version='1.1.3')
)
libraryDependencies += "com.diozero" % "diozero-remote-common" % "1.1.3"
[com.diozero/diozero-remote-common "1.1.3"]