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