is not current version
Last Version 2.4

com.microsoft.cntk:cntk 2.2.0.1

An open source deep-learning toolkit

GroupId

GroupId

com.microsoft.cntk
ArtifactId

ArtifactId

cntk
Version

Version

2.2.0.1
Type

Type

jar

Download cntk 2.2.0.1


<!-- https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/ -->
<dependency>
    <groupId>com.microsoft.cntk</groupId>
    <artifactId>cntk</artifactId>
    <version>2.2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation 'com.microsoft.cntk:cntk:2.2.0.1'
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation ("com.microsoft.cntk:cntk:2.2.0.1")
'com.microsoft.cntk:cntk:jar:2.2.0.1'
<dependency org="com.microsoft.cntk" name="cntk" rev="2.2.0.1">
  <artifact name="cntk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cntk', module='cntk', version='2.2.0.1')
)
libraryDependencies += "com.microsoft.cntk" % "cntk" % "2.2.0.1"
[com.microsoft.cntk/cntk "2.2.0.1"]