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