| GroupId | GroupIdcom.microsoft.cntk |
|---|---|
| ArtifactId | ArtifactIdcntk |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cntk-2.0.pom | |
| cntk-2.0.jar | 50 MB |
| cntk-2.0-sources.jar | 50 MB |
| cntk-2.0-javadoc.jar | 515 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/ -->
<dependency>
<groupId>com.microsoft.cntk</groupId>
<artifactId>cntk</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation 'com.microsoft.cntk:cntk:2.0'
// https://jarcasting.com/artifacts/com.microsoft.cntk/cntk/
implementation ("com.microsoft.cntk:cntk:2.0")
'com.microsoft.cntk:cntk:jar:2.0'
<dependency org="com.microsoft.cntk" name="cntk" rev="2.0">
<artifact name="cntk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.cntk', module='cntk', version='2.0')
)
libraryDependencies += "com.microsoft.cntk" % "cntk" % "2.0"
[com.microsoft.cntk/cntk "2.0"]