is not current version
Last Version 0.1.2

ai.libs.thirdparty:interruptible-meka 0.1.1

A MEKA fork which allows to interrupt training and prediction procedures of the models.

GroupId

GroupId

ai.libs.thirdparty
ArtifactId

ArtifactId

interruptible-meka
Version

Version

0.1.1
Type

Type

jar

Download interruptible-meka 0.1.1


<!-- https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-meka/ -->
<dependency>
    <groupId>ai.libs.thirdparty</groupId>
    <artifactId>interruptible-meka</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-meka/
implementation 'ai.libs.thirdparty:interruptible-meka:0.1.1'
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-meka/
implementation ("ai.libs.thirdparty:interruptible-meka:0.1.1")
'ai.libs.thirdparty:interruptible-meka:jar:0.1.1'
<dependency org="ai.libs.thirdparty" name="interruptible-meka" rev="0.1.1">
  <artifact name="interruptible-meka" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.libs.thirdparty', module='interruptible-meka', version='0.1.1')
)
libraryDependencies += "ai.libs.thirdparty" % "interruptible-meka" % "0.1.1"
[ai.libs.thirdparty/interruptible-meka "0.1.1"]