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