b

badge4j

Badge4j is a Java implementation of the badge-maker JavaScript library and is inspired by badgen.net.
https://github.com/starxg/badge4j
MIT License
huangxingguang
Files download
File Operation
badge4j-1.0.1.jar download
badge4j-1.0.1.pom download
badge4j-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.starxg</groupId>
  <artifactId>badge4j</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.starxg:badge4j:1.0.1'
Gradle Kotlin
implementation("com.starxg:badge4j:1.0.1")
Scala SBT
libraryDependencies += "com.starxg" % "badge4j" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.starxg', module='badge4j', version='1.0.1')
)
Apache Ivy
<dependency org="com.starxg" name="badge4j" rev="1.0.1" />
Leiningen
[com.starxg/badge4j "1.0.1"]
Apache Buildr
'com.starxg:badge4j:jar:1.0.1'
Dependencies