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-1.1.0.jar download
jfatek-1.1.0.pom download
jfatek-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.s4u</groupId>
  <artifactId>jfatek</artifactId>
  <version>1.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.s4u:jfatek:1.1.0'
Gradle Kotlin
implementation("com.github.s4u:jfatek:1.1.0")
Scala SBT
libraryDependencies += "com.github.s4u" % "jfatek" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.s4u', module='jfatek', version='1.1.0')
)
Apache Ivy
<dependency org="com.github.s4u" name="jfatek" rev="1.1.0" />
Leiningen
[com.github.s4u/jfatek "1.1.0"]
Apache Buildr
'com.github.s4u:jfatek:jar:1.1.0'