w

wallride-bootstrap

CMS for developers of principles
http://wallride.org/
Tagbangers, Inc.
文件下载
文件名 操作
wallride-bootstrap-1.0.0.M4.jar 下载
wallride-bootstrap-1.0.0.M4.pom 下载
wallride-bootstrap-1.0.0.M4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wallride</groupId>
  <artifactId>wallride-bootstrap</artifactId>
  <version>1.0.0.M4</version>
  <type>${packaging.type}</type>
</dependency>
Gradle Groovy
implementation 'org.wallride:wallride-bootstrap:1.0.0.M4'
Gradle Kotlin
implementation("org.wallride:wallride-bootstrap:1.0.0.M4")
Scala SBT
libraryDependencies += "org.wallride" % "wallride-bootstrap" % "1.0.0.M4"
Groovy Grape
@Grapes(
  @Grab(group='org.wallride', module='wallride-bootstrap', version='1.0.0.M4')
)
Apache Ivy
<dependency org="org.wallride" name="wallride-bootstrap" rev="1.0.0.M4" />
Leiningen
[org.wallride/wallride-bootstrap "1.0.0.M4"]
Apache Buildr
'org.wallride:wallride-bootstrap:jar:1.0.0.M4'