License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdes.jfml |
ArtifactId | ArtifactIdjava-core |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiones.jfml:java-core
A library in Java for working with Fuzzy logic systems meeting the FML standard (see http://www.uco.es/JFML/)
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-core-1.3.0.pom | |
java-core-1.3.0.jar | 3 MB |
java-core-1.3.0-sources.jar | 268 KB |
java-core-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/es.jfml/java-core/ -->
<dependency>
<groupId>es.jfml</groupId>
<artifactId>java-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation 'es.jfml:java-core:1.3.0'
// https://jarcasting.com/artifacts/es.jfml/java-core/
implementation ("es.jfml:java-core:1.3.0")
'es.jfml:java-core:jar:1.3.0'
<dependency org="es.jfml" name="java-core" rev="1.3.0">
<artifact name="java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.jfml', module='java-core', version='1.3.0')
)
libraryDependencies += "es.jfml" % "java-core" % "1.3.0"
[es.jfml/java-core "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
javax.xml.bind : jaxb-api | jar | 2.3.0 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |