GroupId | GroupIdai.libs.thirdparty |
---|---|
ArtifactId | ArtifactIdinterruptible-weka |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
interruptible-weka-0.1.2.pom | |
interruptible-weka-0.1.2.jar | 6 MB |
interruptible-weka-0.1.2-sources.jar | 6 MB |
interruptible-weka-0.1.2-javadoc.jar | 10 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/ -->
<dependency>
<groupId>ai.libs.thirdparty</groupId>
<artifactId>interruptible-weka</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/
implementation 'ai.libs.thirdparty:interruptible-weka:0.1.2'
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/
implementation ("ai.libs.thirdparty:interruptible-weka:0.1.2")
'ai.libs.thirdparty:interruptible-weka:jar:0.1.2'
<dependency org="ai.libs.thirdparty" name="interruptible-weka" rev="0.1.2">
<artifact name="interruptible-weka" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.libs.thirdparty', module='interruptible-weka', version='0.1.2')
)
libraryDependencies += "ai.libs.thirdparty" % "interruptible-weka" % "0.1.2"
[ai.libs.thirdparty/interruptible-weka "0.1.2"]