GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIdapriori4j |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
apriori4j-0.2.pom | |
apriori4j-0.2.jar | 6 KB |
apriori4j-0.2-sources.jar | 3 KB |
apriori4j-0.2-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/apriori4j/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>apriori4j</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/apriori4j/
implementation 'com.github.seratch:apriori4j:0.2'
// https://jarcasting.com/artifacts/com.github.seratch/apriori4j/
implementation ("com.github.seratch:apriori4j:0.2")
'com.github.seratch:apriori4j:jar:0.2'
<dependency org="com.github.seratch" name="apriori4j" rev="0.2">
<artifact name="apriori4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='apriori4j', version='0.2')
)
libraryDependencies += "com.github.seratch" % "apriori4j" % "0.2"
[com.github.seratch/apriori4j "0.2"]