GroupId | GroupIdorg.apache.plc4x.examples |
---|---|
ArtifactId | ArtifactIdhello-cloud-google |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
hello-cloud-google-0.2.0.pom | |
hello-cloud-google-0.2.0.jar | 19 KB |
hello-cloud-google-0.2.0-sources.jar | 16 KB |
hello-cloud-google-0.2.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/ -->
<dependency>
<groupId>org.apache.plc4x.examples</groupId>
<artifactId>hello-cloud-google</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/
implementation 'org.apache.plc4x.examples:hello-cloud-google:0.2.0'
// https://jarcasting.com/artifacts/org.apache.plc4x.examples/hello-cloud-google/
implementation ("org.apache.plc4x.examples:hello-cloud-google:0.2.0")
'org.apache.plc4x.examples:hello-cloud-google:jar:0.2.0'
<dependency org="org.apache.plc4x.examples" name="hello-cloud-google" rev="0.2.0">
<artifact name="hello-cloud-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.plc4x.examples', module='hello-cloud-google', version='0.2.0')
)
libraryDependencies += "org.apache.plc4x.examples" % "hello-cloud-google" % "0.2.0"
[org.apache.plc4x.examples/hello-cloud-google "0.2.0"]