p

plc4x-code-generation

This module groups all the modules that will be moved outside the core repository.
Files download
File Operation
plc4x-code-generation-1.7.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.plc4x.plugins</groupId>
  <artifactId>plc4x-code-generation</artifactId>
  <version>1.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.plc4x.plugins:plc4x-code-generation:1.7.0'
Gradle Kotlin
implementation("org.apache.plc4x.plugins:plc4x-code-generation:1.7.0")
Scala SBT
libraryDependencies += "org.apache.plc4x.plugins" % "plc4x-code-generation" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.plc4x.plugins', module='plc4x-code-generation', version='1.7.0')
)
Apache Ivy
<dependency org="org.apache.plc4x.plugins" name="plc4x-code-generation" rev="1.7.0" />
Leiningen
[org.apache.plc4x.plugins/plc4x-code-generation "1.7.0"]
Apache Buildr
'org.apache.plc4x.plugins:plc4x-code-generation:jar:1.7.0'