License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.d3no.sms-sdk-java |
ArtifactId | ArtifactIdarithmetic |
Last Version | Last Version1.0.snapshot |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsms-sdk-java testing artifact publish
testing artifact publish
|
Filename | Size |
---|---|
arithmetic-1.0.snapshot.pom | |
arithmetic-1.0.snapshot.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.d3no.sms-sdk-java/arithmetic/ -->
<dependency>
<groupId>com.github.d3no.sms-sdk-java</groupId>
<artifactId>arithmetic</artifactId>
<version>1.0.snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.d3no.sms-sdk-java/arithmetic/
implementation 'com.github.d3no.sms-sdk-java:arithmetic:1.0.snapshot'
// https://jarcasting.com/artifacts/com.github.d3no.sms-sdk-java/arithmetic/
implementation ("com.github.d3no.sms-sdk-java:arithmetic:1.0.snapshot")
'com.github.d3no.sms-sdk-java:arithmetic:jar:1.0.snapshot'
<dependency org="com.github.d3no.sms-sdk-java" name="arithmetic" rev="1.0.snapshot">
<artifact name="arithmetic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.d3no.sms-sdk-java', module='arithmetic', version='1.0.snapshot')
)
libraryDependencies += "com.github.d3no.sms-sdk-java" % "arithmetic" % "1.0.snapshot"
[com.github.d3no.sms-sdk-java/arithmetic "1.0.snapshot"]