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