| License |
License |
|---|---|
| GroupId | GroupIdorg.connectorio.plc4x |
| ArtifactId | ArtifactIdextras |
| Last Version | Last Version0.8.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionConnectorIO - PLC4X - Extras
Parent project for open source components developed by ConnectorIO.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| extras-0.8.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.connectorio.plc4x/extras/ -->
<dependency>
<groupId>org.connectorio.plc4x</groupId>
<artifactId>extras</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.connectorio.plc4x/extras/
implementation 'org.connectorio.plc4x:extras:0.8.0'
// https://jarcasting.com/artifacts/org.connectorio.plc4x/extras/
implementation ("org.connectorio.plc4x:extras:0.8.0")
'org.connectorio.plc4x:extras:pom:0.8.0'
<dependency org="org.connectorio.plc4x" name="extras" rev="0.8.0">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.connectorio.plc4x', module='extras', version='0.8.0')
)
libraryDependencies += "org.connectorio.plc4x" % "extras" % "0.8.0"
[org.connectorio.plc4x/extras "0.8.0"]