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