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