Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-songoo-cookieconsent2 |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-songoo-cookieconsent2/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-songoo-cookieconsent2</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-songoo-cookieconsent2/
implementation 'org.webjars.bower:github-com-songoo-cookieconsent2:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-songoo-cookieconsent2/
implementation ("org.webjars.bower:github-com-songoo-cookieconsent2:1.0.0")
'org.webjars.bower:github-com-songoo-cookieconsent2:jar:1.0.0'
<dependency org="org.webjars.bower" name="github-com-songoo-cookieconsent2" rev="1.0.0">
<artifact name="github-com-songoo-cookieconsent2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-songoo-cookieconsent2', version='1.0.0')
)
libraryDependencies += "org.webjars.bower" % "github-com-songoo-cookieconsent2" % "1.0.0"
[org.webjars.bower/github-com-songoo-cookieconsent2 "1.0.0"]