is not current version
Last Version 1.3.0

es.jfml:java-core v1.3

A library in Java for working with Fuzzy logic systems meeting the FML standard (see http://www.uco.es/JFML/)

Categories

Categories

Java Languages
GroupId

GroupId

es.jfml
ArtifactId

ArtifactId

java-core
Version

Version

v1.3
Type

Type

jar

Download java-core v1.3


<!-- https://jarcasting.com/artifacts/es.jfml/java-core/ -->
<dependency>
    <groupId>es.jfml</groupId>
    <artifactId>java-core</artifactId>
    <version>v1.3</version>
</dependency>
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation 'es.jfml:java-core:v1.3'
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation ("es.jfml:java-core:v1.3")
'es.jfml:java-core:jar:v1.3'
<dependency org="es.jfml" name="java-core" rev="v1.3">
  <artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.jfml', module='java-core', version='v1.3')
)
libraryDependencies += "es.jfml" % "java-core" % "v1.3"
[es.jfml/java-core "v1.3"]