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