j

jwebmp-bootstrap

The JWebSwing implementation for Bootstrap 4
https://github.com/GedMarc/JWebSwing-Bootstrap4
GPL 3
Marc Magon
文件下载
文件名 操作
jwebmp-bootstrap-1.2.1.1-jre17.jar 下载
jwebmp-bootstrap-1.2.1.1-jre17.pom 下载
jwebmp-bootstrap-1.2.1.1-jre17-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins.bootstrap</groupId>
  <artifactId>jwebmp-bootstrap</artifactId>
  <version>1.2.1.1-jre17</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins.bootstrap:jwebmp-bootstrap:1.2.1.1-jre17'
Gradle Kotlin
implementation("com.jwebmp.plugins.bootstrap:jwebmp-bootstrap:1.2.1.1-jre17")
Scala SBT
libraryDependencies += "com.jwebmp.plugins.bootstrap" % "jwebmp-bootstrap" % "1.2.1.1-jre17"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins.bootstrap', module='jwebmp-bootstrap', version='1.2.1.1-jre17')
)
Apache Ivy
<dependency org="com.jwebmp.plugins.bootstrap" name="jwebmp-bootstrap" rev="1.2.1.1-jre17" />
Leiningen
[com.jwebmp.plugins.bootstrap/jwebmp-bootstrap "1.2.1.1-jre17"]
Apache Buildr
'com.jwebmp.plugins.bootstrap:jwebmp-bootstrap:jar:1.2.1.1-jre17'