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