j

jwebmp-glyphicons

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