d

dms-lab-core-watchosarm64

Framework для лабораторных работ 2 семестра факультета ПИИКТА ИТМО
https://github.com/landgrafhomyak/itmo-dms-lab/tree/core-master
CC BY-NC 4.0
Andrew Golovashevich
文件下载
文件名 操作
dms-lab-core-watchosarm64-1.0-b0.pom 下载
dms-lab-core-watchosarm64-1.0-b0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.landgrafhomyak.itmo</groupId>
  <artifactId>dms-lab-core-watchosarm64</artifactId>
  <version>1.0-b0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.landgrafhomyak.itmo:dms-lab-core-watchosarm64:1.0-b0'
Gradle Kotlin
implementation("io.github.landgrafhomyak.itmo:dms-lab-core-watchosarm64:1.0-b0")
Scala SBT
libraryDependencies += "io.github.landgrafhomyak.itmo" % "dms-lab-core-watchosarm64" % "1.0-b0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.landgrafhomyak.itmo', module='dms-lab-core-watchosarm64', version='1.0-b0')
)
Apache Ivy
<dependency org="io.github.landgrafhomyak.itmo" name="dms-lab-core-watchosarm64" rev="1.0-b0" />
Leiningen
[io.github.landgrafhomyak.itmo/dms-lab-core-watchosarm64 "1.0-b0"]
Apache Buildr
'io.github.landgrafhomyak.itmo:dms-lab-core-watchosarm64:jar:1.0-b0'