| License |
License |
|---|---|
| GroupId | GroupIdcom.github.jackieonway.sms |
| ArtifactId | ArtifactIdsms-core |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsms core project for Spring Boot
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sms-core-0.0.3.pom | |
| sms-core-0.0.3.jar | 12 KB |
| sms-core-0.0.3-sources.jar | 4 KB |
| sms-core-0.0.3-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jackieonway.sms/sms-core/ -->
<dependency>
<groupId>com.github.jackieonway.sms</groupId>
<artifactId>sms-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jackieonway.sms/sms-core/
implementation 'com.github.jackieonway.sms:sms-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.jackieonway.sms/sms-core/
implementation ("com.github.jackieonway.sms:sms-core:0.0.3")
'com.github.jackieonway.sms:sms-core:jar:0.0.3'
<dependency org="com.github.jackieonway.sms" name="sms-core" rev="0.0.3">
<artifact name="sms-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jackieonway.sms', module='sms-core', version='0.0.3')
)
libraryDependencies += "com.github.jackieonway.sms" % "sms-core" % "0.0.3"
[com.github.jackieonway.sms/sms-core "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.4.RELEASE |
| com.google.code.gson : gson | jar | 2.8.6 |
| com.squareup.okhttp3 : okhttp | jar | 4.0.1 |