GroupId | GroupIdio.joynr.examples |
---|---|
ArtifactId | ArtifactIdradio-jee |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
radio-jee-1.1.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.examples/radio-jee/ -->
<dependency>
<groupId>io.joynr.examples</groupId>
<artifactId>radio-jee</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.examples/radio-jee/
implementation 'io.joynr.examples:radio-jee:1.1.2'
// https://jarcasting.com/artifacts/io.joynr.examples/radio-jee/
implementation ("io.joynr.examples:radio-jee:1.1.2")
'io.joynr.examples:radio-jee:pom:1.1.2'
<dependency org="io.joynr.examples" name="radio-jee" rev="1.1.2">
<artifact name="radio-jee" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.joynr.examples', module='radio-jee', version='1.1.2')
)
libraryDependencies += "io.joynr.examples" % "radio-jee" % "1.1.2"
[io.joynr.examples/radio-jee "1.1.2"]