| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.linkedin.dagli |
| Идентификатор | Идентификаторannotation |
| Версия | Версия15.0.0-beta7 |
| Тип | Типjar |
| Описание |
Описаниеannotation
DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| annotation-15.0.0-beta7.pom | |
| annotation-15.0.0-beta7.jar | 11 KB |
| annotation-15.0.0-beta7-sources.jar | 17 KB |
| annotation-15.0.0-beta7-javadoc.jar | 169 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/annotation/ -->
<dependency>
<groupId>com.linkedin.dagli</groupId>
<artifactId>annotation</artifactId>
<version>15.0.0-beta7</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.dagli/annotation/
implementation 'com.linkedin.dagli:annotation:15.0.0-beta7'
// https://jarcasting.com/artifacts/com.linkedin.dagli/annotation/
implementation ("com.linkedin.dagli:annotation:15.0.0-beta7")
'com.linkedin.dagli:annotation:jar:15.0.0-beta7'
<dependency org="com.linkedin.dagli" name="annotation" rev="15.0.0-beta7">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.dagli', module='annotation', version='15.0.0-beta7')
)
libraryDependencies += "com.linkedin.dagli" % "annotation" % "15.0.0-beta7"
[com.linkedin.dagli/annotation "15.0.0-beta7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.6.2 |