is not current version
Last Version 1.3.1

es.jfml:JFML-Core 1.3.0

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

GroupId

GroupId

es.jfml
ArtifactId

ArtifactId

JFML-Core
Version

Version

1.3.0
Type

Type

jar

Download JFML-Core 1.3.0


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