c

core

JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.
https://framework.just-ai.com
The Apache License, Version 2.0
Files download
File Operation
core-1.3.4.jar download
core-1.3.4.pom download
core-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.just-ai.jaicf</groupId>
  <artifactId>core</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.just-ai.jaicf:core:1.3.4'
Gradle Kotlin
implementation("com.just-ai.jaicf:core:1.3.4")
Scala SBT
libraryDependencies += "com.just-ai.jaicf" % "core" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.just-ai.jaicf', module='core', version='1.3.4')
)
Apache Ivy
<dependency org="com.just-ai.jaicf" name="core" rev="1.3.4" />
Leiningen
[com.just-ai.jaicf/core "1.3.4"]
Apache Buildr
'com.just-ai.jaicf:core:jar:1.3.4'