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