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