c

chilay-sbgn

SBGN-PD layout (COSE) library fork (originally developed at Bikent University)
https://github.com/Pathwaycommons/chilay-sbgn
LGPL 2.0 license
Igor Rodchenkov Ugur Dogrusoz begumgenc
文件下载
文件名 操作
chilay-sbgn-3.1.0.jar 下载
chilay-sbgn-3.1.0.pom 下载
chilay-sbgn-3.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pathwaycommons</groupId>
  <artifactId>chilay-sbgn</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'pathwaycommons:chilay-sbgn:3.1.0'
Gradle Kotlin
implementation("pathwaycommons:chilay-sbgn:3.1.0")
Scala SBT
libraryDependencies += "pathwaycommons" % "chilay-sbgn" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='pathwaycommons', module='chilay-sbgn', version='3.1.0')
)
Apache Ivy
<dependency org="pathwaycommons" name="chilay-sbgn" rev="3.1.0" />
Leiningen
[pathwaycommons/chilay-sbgn "3.1.0"]
Apache Buildr
'pathwaycommons:chilay-sbgn:jar:3.1.0'