GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdhoganjs |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hoganjs-2.0.0.pom | |
hoganjs-2.0.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/hoganjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>hoganjs</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/hoganjs/
implementation 'org.webjars:hoganjs:2.0.0'
// https://jarcasting.com/artifacts/org.webjars/hoganjs/
implementation ("org.webjars:hoganjs:2.0.0")
'org.webjars:hoganjs:jar:2.0.0'
<dependency org="org.webjars" name="hoganjs" rev="2.0.0">
<artifact name="hoganjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='hoganjs', version='2.0.0')
)
libraryDependencies += "org.webjars" % "hoganjs" % "2.0.0"
[org.webjars/hoganjs "2.0.0"]