GroupId | GroupIdcom.biboheart |
---|---|
ArtifactId | ArtifactIdbh-brick |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
bh-brick-0.0.8.pom | |
bh-brick-0.0.8.jar | 39 KB |
bh-brick-0.0.8-sources.jar | 23 KB |
bh-brick-0.0.8-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.biboheart/bh-brick/ -->
<dependency>
<groupId>com.biboheart</groupId>
<artifactId>bh-brick</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.biboheart/bh-brick/
implementation 'com.biboheart:bh-brick:0.0.8'
// https://jarcasting.com/artifacts/com.biboheart/bh-brick/
implementation ("com.biboheart:bh-brick:0.0.8")
'com.biboheart:bh-brick:jar:0.0.8'
<dependency org="com.biboheart" name="bh-brick" rev="0.0.8">
<artifact name="bh-brick" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.biboheart', module='bh-brick', version='0.0.8')
)
libraryDependencies += "com.biboheart" % "bh-brick" % "0.0.8"
[com.biboheart/bh-brick "0.0.8"]