Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-buttons |
Version | Version2.14.0 |
Type | Typejar |
Filename | Size |
---|---|
github-buttons-2.14.0.pom | |
github-buttons-2.14.0.jar | 32 KB |
github-buttons-2.14.0-sources.jar | 22 bytes |
github-buttons-2.14.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-buttons/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-buttons</artifactId>
<version>2.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-buttons/
implementation 'org.webjars.npm:github-buttons:2.14.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-buttons/
implementation ("org.webjars.npm:github-buttons:2.14.0")
'org.webjars.npm:github-buttons:jar:2.14.0'
<dependency org="org.webjars.npm" name="github-buttons" rev="2.14.0">
<artifact name="github-buttons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-buttons', version='2.14.0')
)
libraryDependencies += "org.webjars.npm" % "github-buttons" % "2.14.0"
[org.webjars.npm/github-buttons "2.14.0"]