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