D

DafnyRuntime

Runtime for Dafny programs compiled to Java
https://github.com/dafny-lang/dafny
MIT License
The Dafny core team
文件下载
文件名 操作
DafnyRuntime-4.6.0.jar 下载
DafnyRuntime-4.6.0.pom 下载
DafnyRuntime-4.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.dafny</groupId>
  <artifactId>DafnyRuntime</artifactId>
  <version>4.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.dafny:DafnyRuntime:4.6.0'
Gradle Kotlin
implementation("org.dafny:DafnyRuntime:4.6.0")
Scala SBT
libraryDependencies += "org.dafny" % "DafnyRuntime" % "4.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dafny', module='DafnyRuntime', version='4.6.0')
)
Apache Ivy
<dependency org="org.dafny" name="DafnyRuntime" rev="4.6.0" />
Leiningen
[org.dafny/DafnyRuntime "4.6.0"]
Apache Buildr
'org.dafny:DafnyRuntime:jar:4.6.0'
本项目依赖
该项目无第三方依赖