j

jfatek

This project implements Fatek protocol to communicate with Fatek PLC (Programmable Logic Controller).
The Apache Software License, Version 2.0
Slawomir Jaranowski
Files download
File Operation
jfatek-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.s4u</groupId>
  <artifactId>jfatek</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.s4u:jfatek:2.0.0'
Gradle Kotlin
implementation("com.github.s4u:jfatek:2.0.0")
Scala SBT
libraryDependencies += "com.github.s4u" % "jfatek" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.s4u', module='jfatek', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.s4u" name="jfatek" rev="2.0.0" />
Leiningen
[com.github.s4u/jfatek "2.0.0"]
Apache Buildr
'com.github.s4u:jfatek:jar:2.0.0'