文件下载
文件名 操作
utils.graphrunner-3.7.0.jar 下载
utils.graphrunner-3.7.0.pom 下载
utils.graphrunner-3.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.legyver</groupId>
  <artifactId>utils.graphrunner</artifactId>
  <version>3.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.legyver:utils.graphrunner:3.7.0'
Gradle Kotlin
implementation("com.legyver:utils.graphrunner:3.7.0")
Scala SBT
libraryDependencies += "com.legyver" % "utils.graphrunner" % "3.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.legyver', module='utils.graphrunner', version='3.7.0')
)
Apache Ivy
<dependency org="com.legyver" name="utils.graphrunner" rev="3.7.0" />
Leiningen
[com.legyver/utils.graphrunner "3.7.0"]
Apache Buildr
'com.legyver:utils.graphrunner:jar:3.7.0'