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