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