| Группа | Группаorg.webjars |
|---|---|
| Идентификатор | Идентификаторisotope |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| isotope-2.1.1.pom | |
| isotope-2.1.1.jar | 37 KB |
| isotope-2.1.1-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/isotope/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>isotope</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/isotope/
implementation 'org.webjars:isotope:2.1.1'
// https://jarcasting.com/artifacts/org.webjars/isotope/
implementation ("org.webjars:isotope:2.1.1")
'org.webjars:isotope:jar:2.1.1'
<dependency org="org.webjars" name="isotope" rev="2.1.1">
<artifact name="isotope" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='isotope', version='2.1.1')
)
libraryDependencies += "org.webjars" % "isotope" % "2.1.1"
[org.webjars/isotope "2.1.1"]