![JAR search and dependency download from the Maven repository](/logo.png)
com.justai.jaicf.activator.ActivationContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
JAICF-Kotlin Core component. Provides DSL, Tests API and multiple implementable interfaces.
package com.justai.jaicf.activator
import com.justai.jaicf.model.activation.Activation
data class ActivationContext(
val activator: Activator,
val activation: Activation
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy