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