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