n

narr_native0.4_3

Native Typed Arrays with Scala Semantics for Scala JVM, ScalaJS, and Scala Native!
https://dragonfly-ai.github.io/narr
Apache-2.0
dragonfly.ai
dragonfly.ai
文件下载
文件名 操作
narr_native0.4_3-0.105.jar 下载
narr_native0.4_3-0.105.pom 下载
narr_native0.4_3-0.105-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.dragonfly</groupId>
  <artifactId>narr_native0.4_3</artifactId>
  <version>0.105</version>
</dependency>
Gradle Groovy
implementation 'ai.dragonfly:narr_native0.4_3:0.105'
Gradle Kotlin
implementation("ai.dragonfly:narr_native0.4_3:0.105")
Scala SBT
libraryDependencies += "ai.dragonfly" % "narr_native0.4_3" % "0.105"
Groovy Grape
@Grapes(
  @Grab(group='ai.dragonfly', module='narr_native0.4_3', version='0.105')
)
Apache Ivy
<dependency org="ai.dragonfly" name="narr_native0.4_3" rev="0.105" />
Leiningen
[ai.dragonfly/narr_native0.4_3 "0.105"]
Apache Buildr
'ai.dragonfly:narr_native0.4_3:jar:0.105'