| GroupId | GroupIdorg.gridkit.lab |
|---|---|
| ArtifactId | ArtifactIdtelecontrol |
| Version | Version0.7.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| telecontrol-0.7.14.pom | |
| telecontrol-0.7.14.jar | 99 KB |
| telecontrol-0.7.14-sources.jar | 38 KB |
| telecontrol-0.7.14-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.lab/telecontrol/ -->
<dependency>
<groupId>org.gridkit.lab</groupId>
<artifactId>telecontrol</artifactId>
<version>0.7.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.lab/telecontrol/
implementation 'org.gridkit.lab:telecontrol:0.7.14'
// https://jarcasting.com/artifacts/org.gridkit.lab/telecontrol/
implementation ("org.gridkit.lab:telecontrol:0.7.14")
'org.gridkit.lab:telecontrol:jar:0.7.14'
<dependency org="org.gridkit.lab" name="telecontrol" rev="0.7.14">
<artifact name="telecontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.lab', module='telecontrol', version='0.7.14')
)
libraryDependencies += "org.gridkit.lab" % "telecontrol" % "0.7.14"
[org.gridkit.lab/telecontrol "0.7.14"]