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