| Группа | Группаcom.github.ptrajdos |
|---|---|
| Идентификатор | ИдентификаторWekaEnsembleSystems |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.ptrajdos/WekaEnsembleSystems/ -->
<dependency>
<groupId>com.github.ptrajdos</groupId>
<artifactId>WekaEnsembleSystems</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptrajdos/WekaEnsembleSystems/
implementation 'com.github.ptrajdos:WekaEnsembleSystems:1.0.0'
// https://jarcasting.com/artifacts/com.github.ptrajdos/WekaEnsembleSystems/
implementation ("com.github.ptrajdos:WekaEnsembleSystems:1.0.0")
'com.github.ptrajdos:WekaEnsembleSystems:jar:1.0.0'
<dependency org="com.github.ptrajdos" name="WekaEnsembleSystems" rev="1.0.0">
<artifact name="WekaEnsembleSystems" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptrajdos', module='WekaEnsembleSystems', version='1.0.0')
)
libraryDependencies += "com.github.ptrajdos" % "WekaEnsembleSystems" % "1.0.0"
[com.github.ptrajdos/WekaEnsembleSystems "1.0.0"]