| Лицензия |
Лицензия
Open Source Community License - Type C version 1.0 or later
|
|---|---|
| Группа | Группаcom.syncleus.dann |
| Идентификатор | Идентификаторdann |
| Версия | Версия2.1 |
| Тип | Типpom |
| Описание |
ОписаниеdANN
Artificial Intelligence and Artificial Genetics library
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dann-2.1.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.syncleus.dann/dann/ -->
<dependency>
<groupId>com.syncleus.dann</groupId>
<artifactId>dann</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.syncleus.dann/dann/
implementation 'com.syncleus.dann:dann:2.1'
// https://jarcasting.com/artifacts/com.syncleus.dann/dann/
implementation ("com.syncleus.dann:dann:2.1")
'com.syncleus.dann:dann:pom:2.1'
<dependency org="com.syncleus.dann" name="dann" rev="2.1">
<artifact name="dann" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.syncleus.dann', module='dann', version='2.1')
)
libraryDependencies += "com.syncleus.dann" % "dann" % "2.1"
[com.syncleus.dann/dann "2.1"]