Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdhotSpot |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
hotSpot-1.0.9.pom | |
hotSpot-1.0.9.jar | 25 KB |
hotSpot-1.0.9-tests.jar | 4 KB |
hotSpot-1.0.9-test-sources.jar | 1 KB |
hotSpot-1.0.9-sources.jar | 14 KB |
hotSpot-1.0.9-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/hotSpot/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>hotSpot</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/hotSpot/
implementation 'nz.ac.waikato.cms.weka:hotSpot:1.0.9'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/hotSpot/
implementation ("nz.ac.waikato.cms.weka:hotSpot:1.0.9")
'nz.ac.waikato.cms.weka:hotSpot:jar:1.0.9'
<dependency org="nz.ac.waikato.cms.weka" name="hotSpot" rev="1.0.9">
<artifact name="hotSpot" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='hotSpot', version='1.0.9')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "hotSpot" % "1.0.9"
[nz.ac.waikato.cms.weka/hotSpot "1.0.9"]