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