GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdhmrc-frontend |
Version | Version1.13.0 |
Type | Typejar |
Filename | Size |
---|---|
hmrc-frontend-1.13.0.pom | |
hmrc-frontend-1.13.0.jar | 112 KB |
hmrc-frontend-1.13.0-sources.jar | 22 bytes |
hmrc-frontend-1.13.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/hmrc-frontend/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>hmrc-frontend</artifactId>
<version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/hmrc-frontend/
implementation 'org.webjars.npm:hmrc-frontend:1.13.0'
// https://jarcasting.com/artifacts/org.webjars.npm/hmrc-frontend/
implementation ("org.webjars.npm:hmrc-frontend:1.13.0")
'org.webjars.npm:hmrc-frontend:jar:1.13.0'
<dependency org="org.webjars.npm" name="hmrc-frontend" rev="1.13.0">
<artifact name="hmrc-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='hmrc-frontend', version='1.13.0')
)
libraryDependencies += "org.webjars.npm" % "hmrc-frontend" % "1.13.0"
[org.webjars.npm/hmrc-frontend "1.13.0"]