| Группа | Группаcom.microsoft.cntk |
|---|---|
| Идентификатор | Идентификаторcntk |
| Версия | Версия2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cntk-2.1.pom | |
| cntk-2.1.jar | 82 MB |
| cntk-2.1-sources.jar | 82 MB |
| cntk-2.1-javadoc.jar | 515 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/ -->
<dependency>
<groupId>com.microsoft.cntk</groupId>
<artifactId>cntk</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation 'com.microsoft.cntk:cntk:2.1'
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation ("com.microsoft.cntk:cntk:2.1")
'com.microsoft.cntk:cntk:jar:2.1'
<dependency org="com.microsoft.cntk" name="cntk" rev="2.1">
<artifact name="cntk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cntk', module='cntk', version='2.1')
)
libraryDependencies += "com.microsoft.cntk" % "cntk" % "2.1"
[com.microsoft.cntk/cntk "2.1"]