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