GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdrule-learning-core |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
rule-learning-core-0.7.0.pom | |
rule-learning-core-0.7.0.jar | 81 KB |
rule-learning-core-0.7.0-sources.jar | 62 KB |
rule-learning-core-0.7.0-javadoc.jar | 244 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation 'com.github.michael-rapp:rule-learning-core:0.7.0'
// https://jarcasting.com/artifacts/com.github.michael-rapp/rule-learning-core/
implementation ("com.github.michael-rapp:rule-learning-core:0.7.0")
'com.github.michael-rapp:rule-learning-core:jar:0.7.0'
<dependency org="com.github.michael-rapp" name="rule-learning-core" rev="0.7.0">
<artifact name="rule-learning-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='rule-learning-core', version='0.7.0')
)
libraryDependencies += "com.github.michael-rapp" % "rule-learning-core" % "0.7.0"
[com.github.michael-rapp/rule-learning-core "0.7.0"]