License |
License |
---|---|
GroupId | GroupIdorg.jdmp |
ArtifactId | ArtifactIdjdmp-examples |
Version | Version0.3.0 |
Type | Typejar |
Description |
Descriptionjdmp-examples
Some simple examples how to use the Java Data Mining Package
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdmp-examples-0.3.0.pom | |
jdmp-examples-0.3.0.jar | 4 KB |
jdmp-examples-0.3.0-tests.jar | 2 KB |
jdmp-examples-0.3.0-sources.jar | 2 KB |
jdmp-examples-0.3.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdmp/jdmp-examples/ -->
<dependency>
<groupId>org.jdmp</groupId>
<artifactId>jdmp-examples</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdmp/jdmp-examples/
implementation 'org.jdmp:jdmp-examples:0.3.0'
// https://jarcasting.com/artifacts/org.jdmp/jdmp-examples/
implementation ("org.jdmp:jdmp-examples:0.3.0")
'org.jdmp:jdmp-examples:jar:0.3.0'
<dependency org="org.jdmp" name="jdmp-examples" rev="0.3.0">
<artifact name="jdmp-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdmp', module='jdmp-examples', version='0.3.0')
)
libraryDependencies += "org.jdmp" % "jdmp-examples" % "0.3.0"
[org.jdmp/jdmp-examples "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdmp : jdmp-gui | jar | 0.3.0 |
org.jdmp : jdmp-core | jar | 0.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.jdmp : jdmp-gui | test-jar | 0.3.0 |
org.jdmp : jdmp-core | test-jar | 0.3.0 |