p

plc4x-code-generaton

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