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