GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdractive |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ractive-0.6.0.pom | |
ractive-0.6.0.jar | 585 KB |
ractive-0.6.0-javadoc.jar | 582 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ractive/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ractive</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ractive/
implementation 'org.webjars:ractive:0.6.0'
// https://jarcasting.com/artifacts/org.webjars/ractive/
implementation ("org.webjars:ractive:0.6.0")
'org.webjars:ractive:jar:0.6.0'
<dependency org="org.webjars" name="ractive" rev="0.6.0">
<artifact name="ractive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ractive', version='0.6.0')
)
libraryDependencies += "org.webjars" % "ractive" % "0.6.0"
[org.webjars/ractive "0.6.0"]