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