GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdisotope |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
isotope-2.0.1.pom | |
isotope-2.0.1.jar | 36 KB |
isotope-2.0.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/isotope/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>isotope</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/isotope/
implementation 'org.webjars:isotope:2.0.1'
// https://jarcasting.com/artifacts/org.webjars/isotope/
implementation ("org.webjars:isotope:2.0.1")
'org.webjars:isotope:jar:2.0.1'
<dependency org="org.webjars" name="isotope" rev="2.0.1">
<artifact name="isotope" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='isotope', version='2.0.1')
)
libraryDependencies += "org.webjars" % "isotope" % "2.0.1"
[org.webjars/isotope "2.0.1"]