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