GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdrule-learning-core |
Version | Version0.11.1 |
Type | Typejar |
Filename | Size |
---|---|
rule-learning-core-0.11.1.pom | |
rule-learning-core-0.11.1.jar | 121 KB |
rule-learning-core-0.11.1-sources.jar | 84 KB |
rule-learning-core-0.11.1-javadoc.jar | 381 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>rule-learning-core</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation 'com.github.michael-rapp:rule-learning-core:0.11.1'
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation ("com.github.michael-rapp:rule-learning-core:0.11.1")
'com.github.michael-rapp:rule-learning-core:jar:0.11.1'
<dependency org="com.github.michael-rapp" name="rule-learning-core" rev="0.11.1">
<artifact name="rule-learning-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='rule-learning-core', version='0.11.1')
)
libraryDependencies += "com.github.michael-rapp" % "rule-learning-core" % "0.11.1"
[com.github.michael-rapp/rule-learning-core "0.11.1"]