a

automata-serialization-saf

(De-)Serializers for the Simple Automaton Format
文件下载
文件名 操作
automata-serialization-saf-0.5.2.jar 下载
automata-serialization-saf-0.5.2.pom 下载
automata-serialization-saf-0.5.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.automatalib</groupId>
  <artifactId>automata-serialization-saf</artifactId>
  <version>0.5.2</version>
</dependency>
Gradle Groovy
implementation 'net.automatalib:automata-serialization-saf:0.5.2'
Gradle Kotlin
implementation("net.automatalib:automata-serialization-saf:0.5.2")
Scala SBT
libraryDependencies += "net.automatalib" % "automata-serialization-saf" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='net.automatalib', module='automata-serialization-saf', version='0.5.2')
)
Apache Ivy
<dependency org="net.automatalib" name="automata-serialization-saf" rev="0.5.2" />
Leiningen
[net.automatalib/automata-serialization-saf "0.5.2"]
Apache Buildr
'net.automatalib:automata-serialization-saf:jar:0.5.2'