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.2.0.jar download
core-1.2.0.pom download
core-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.just-ai.jaicf</groupId>
  <artifactId>core</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.just-ai.jaicf:core:1.2.0'
Gradle Kotlin
implementation("com.just-ai.jaicf:core:1.2.0")
Scala SBT
libraryDependencies += "com.just-ai.jaicf" % "core" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.just-ai.jaicf', module='core', version='1.2.0')
)
Apache Ivy
<dependency org="com.just-ai.jaicf" name="core" rev="1.2.0" />
Leiningen
[com.just-ai.jaicf/core "1.2.0"]
Apache Buildr
'com.just-ai.jaicf:core:jar:1.2.0'