MVN

org.simplify4u : jfatek

Maven & Gradle

Dec 30, 2020

Java Fatek PLC client library · This project implements Fatek protocol to communicate with Fatek PLC (Programmable Logic Controller).

<dependency>
    <groupId>org.simplify4u</groupId>
    <artifactId>jfatek</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.simplify4u : jfatek to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of org.simplify4u : jfatek to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jfatek-3.0.1
jfatek-3.0.0
2.0.x
jfatek-2.0.0

How to add a dependency to Maven

Add the following org.simplify4u : jfatek maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.simplify4u</groupId>
    <artifactId>jfatek</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.simplify4u : jfatek gradle dependency to your build.gradle file:

implementation 'org.simplify4u:jfatek:3.0.1'

Gradle Kotlin DSL: Add the following org.simplify4u : jfatek gradle kotlin dependency to your build.gradle.kts file:

implementation("org.simplify4u:jfatek:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.simplify4u : jfatek sbt scala dependency to your build.sbt file:

libraryDependencies += "org.simplify4u" % "jfatek" % "3.0.1"