| GroupId | GroupIdcom.github.byakkili |
|---|---|
| ArtifactId | ArtifactIdbim-core |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bim-core-0.0.3.pom | |
| bim-core-0.0.3.jar | 59 KB |
| bim-core-0.0.3-sources.jar | 36 KB |
| bim-core-0.0.3-javadoc.jar | 324 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.byakkili/bim-core/ -->
<dependency>
<groupId>com.github.byakkili</groupId>
<artifactId>bim-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.byakkili/bim-core/
implementation 'com.github.byakkili:bim-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.byakkili/bim-core/
implementation ("com.github.byakkili:bim-core:0.0.3")
'com.github.byakkili:bim-core:jar:0.0.3'
<dependency org="com.github.byakkili" name="bim-core" rev="0.0.3">
<artifact name="bim-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.byakkili', module='bim-core', version='0.0.3')
)
libraryDependencies += "com.github.byakkili" % "bim-core" % "0.0.3"
[com.github.byakkili/bim-core "0.0.3"]