GroupId | GroupIdgroup.rxcloud |
---|---|
ArtifactId | ArtifactIdvrml-switch |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
vrml-switch-1.0.5.pom | |
vrml-switch-1.0.5.jar | 10 KB |
vrml-switch-1.0.5-sources.jar | 4 KB |
vrml-switch-1.0.5-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/group.rxcloud/vrml-switch/ -->
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>vrml-switch</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/group.rxcloud/vrml-switch/
implementation 'group.rxcloud:vrml-switch:1.0.5'
// https://jarcasting.com/artifacts/group.rxcloud/vrml-switch/
implementation ("group.rxcloud:vrml-switch:1.0.5")
'group.rxcloud:vrml-switch:jar:1.0.5'
<dependency org="group.rxcloud" name="vrml-switch" rev="1.0.5">
<artifact name="vrml-switch" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.rxcloud', module='vrml-switch', version='1.0.5')
)
libraryDependencies += "group.rxcloud" % "vrml-switch" % "1.0.5"
[group.rxcloud/vrml-switch "1.0.5"]