| GroupId | GroupIdcom.microsoft.cntk |
|---|---|
| ArtifactId | ArtifactIdcntk |
| Version | Version2.2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cntk-2.2.0.1.pom | |
| cntk-2.2.0.1.jar | 85 MB |
| cntk-2.2.0.1-sources.jar | 85 MB |
| cntk-2.2.0.1-javadoc.jar | 515 bytes |
| Browse |
<!-- 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"]