GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-utils |
Version | Version1.2.17 |
Type | Typejar |
Filename | Size |
---|---|
common-utils-1.2.17.pom | |
common-utils-1.2.17.jar | 75 KB |
common-utils-1.2.17-sources.jar | 49 KB |
common-utils-1.2.17-javadoc.jar | 279 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-utils/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-utils</artifactId>
<version>1.2.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-utils/
implementation 'org.bardframework.commons:common-utils:1.2.17'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-utils/
implementation ("org.bardframework.commons:common-utils:1.2.17")
'org.bardframework.commons:common-utils:jar:1.2.17'
<dependency org="org.bardframework.commons" name="common-utils" rev="1.2.17">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-utils', version='1.2.17')
)
libraryDependencies += "org.bardframework.commons" % "common-utils" % "1.2.17"
[org.bardframework.commons/common-utils "1.2.17"]