GroupId | GroupIdcom.github.fracpete |
---|---|
ArtifactId | ArtifactIdweka-option-utils |
Version | Version2019.8.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/weka-option-utils/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>weka-option-utils</artifactId>
<version>2019.8.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/weka-option-utils/
implementation 'com.github.fracpete:weka-option-utils:2019.8.22'
// https://jarcasting.com/artifacts/com.github.fracpete/weka-option-utils/
implementation ("com.github.fracpete:weka-option-utils:2019.8.22")
'com.github.fracpete:weka-option-utils:jar:2019.8.22'
<dependency org="com.github.fracpete" name="weka-option-utils" rev="2019.8.22">
<artifact name="weka-option-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='weka-option-utils', version='2019.8.22')
)
libraryDependencies += "com.github.fracpete" % "weka-option-utils" % "2019.8.22"
[com.github.fracpete/weka-option-utils "2019.8.22"]