| GroupId | GroupIdio.graphenee |
|---|---|
| ArtifactId | ArtifactIdgx-sms |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gx-sms-1.0.0.pom | |
| gx-sms-1.0.0.jar | 52 KB |
| gx-sms-1.0.0-sources.jar | 18 KB |
| gx-sms-1.0.0-javadoc.jar | 160 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.graphenee/gx-sms/ -->
<dependency>
<groupId>io.graphenee</groupId>
<artifactId>gx-sms</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee/gx-sms/
implementation 'io.graphenee:gx-sms:1.0.0'
// https://jarcasting.com/artifacts/io.graphenee/gx-sms/
implementation ("io.graphenee:gx-sms:1.0.0")
'io.graphenee:gx-sms:jar:1.0.0'
<dependency org="io.graphenee" name="gx-sms" rev="1.0.0">
<artifact name="gx-sms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graphenee', module='gx-sms', version='1.0.0')
)
libraryDependencies += "io.graphenee" % "gx-sms" % "1.0.0"
[io.graphenee/gx-sms "1.0.0"]