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