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