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