GroupId | GroupIdcom.bardframework |
---|---|
ArtifactId | ArtifactIdbard |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
bard-0.2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bardframework/bard/ -->
<dependency>
<groupId>com.bardframework</groupId>
<artifactId>bard</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bardframework/bard/
implementation 'com.bardframework:bard:0.2.0'
// https://jarcasting.com/artifacts/com.bardframework/bard/
implementation ("com.bardframework:bard:0.2.0")
'com.bardframework:bard:pom:0.2.0'
<dependency org="com.bardframework" name="bard" rev="0.2.0">
<artifact name="bard" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bardframework', module='bard', version='0.2.0')
)
libraryDependencies += "com.bardframework" % "bard" % "0.2.0"
[com.bardframework/bard "0.2.0"]