v

vorbote-framework

The root module for all opensource framework.
The Apache Software License, Version2.0
Theodore Hills
文件下载
文件名 操作
vorbote-framework-3.7.0-fix2.pom 下载
Apache Maven
<dependency>
  <groupId>cn.vorbote</groupId>
  <artifactId>vorbote-framework</artifactId>
  <version>3.7.0-fix2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.vorbote:vorbote-framework:3.7.0-fix2'
Gradle Kotlin
implementation("cn.vorbote:vorbote-framework:3.7.0-fix2")
Scala SBT
libraryDependencies += "cn.vorbote" % "vorbote-framework" % "3.7.0-fix2"
Groovy Grape
@Grapes(
  @Grab(group='cn.vorbote', module='vorbote-framework', version='3.7.0-fix2')
)
Apache Ivy
<dependency org="cn.vorbote" name="vorbote-framework" rev="3.7.0-fix2" />
Leiningen
[cn.vorbote/vorbote-framework "3.7.0-fix2"]
Apache Buildr
'cn.vorbote:vorbote-framework:jar:3.7.0-fix2'