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