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