GroupId | GroupIdtech.mhuang.pacebox |
---|---|
ArtifactId | ArtifactIdpacebox-sms |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pacebox-sms-1.0.0.pom | |
pacebox-sms-1.0.0.jar | 24 KB |
pacebox-sms-1.0.0-sources.jar | 12 KB |
pacebox-sms-1.0.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-sms/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-sms</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-sms/
implementation 'tech.mhuang.pacebox:pacebox-sms:1.0.0'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-sms/
implementation ("tech.mhuang.pacebox:pacebox-sms:1.0.0")
'tech.mhuang.pacebox:pacebox-sms:jar:1.0.0'
<dependency org="tech.mhuang.pacebox" name="pacebox-sms" rev="1.0.0">
<artifact name="pacebox-sms" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-sms', version='1.0.0')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-sms" % "1.0.0"
[tech.mhuang.pacebox/pacebox-sms "1.0.0"]