License |
License |
---|---|
GroupId | GroupIdcom.starxg |
ArtifactId | ArtifactIdbadge4j |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbadge4j
Badge4j is a Java implementation of the badge-maker JavaScript library and is inspired by badgen.net.
|
Project URL |
Project URL |
Filename | Size |
---|---|
badge4j-1.0.1.pom | |
badge4j-1.0.1.jar | 11 KB |
badge4j-1.0.1-sources.jar | 8 KB |
badge4j-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.starxg/badge4j/ -->
<dependency>
<groupId>com.starxg</groupId>
<artifactId>badge4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.starxg/badge4j/
implementation 'com.starxg:badge4j:1.0.1'
// https://jarcasting.com/artifacts/com.starxg/badge4j/
implementation ("com.starxg:badge4j:1.0.1")
'com.starxg:badge4j:jar:1.0.1'
<dependency org="com.starxg" name="badge4j" rev="1.0.1">
<artifact name="badge4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.starxg', module='badge4j', version='1.0.1')
)
libraryDependencies += "com.starxg" % "badge4j" % "1.0.1"
[com.starxg/badge4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |