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