Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.liumapp.datapay.phone |
ArtifactId | ArtifactIdphone-operator |
Version | Versionv2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
phone-operator-v2.0.1.pom | |
phone-operator-v2.0.1.jar | 5 KB |
phone-operator-v2.0.1-sources.jar | 4 KB |
phone-operator-v2.0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liumapp.datapay.phone/phone-operator/ -->
<dependency>
<groupId>com.liumapp.datapay.phone</groupId>
<artifactId>phone-operator</artifactId>
<version>v2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liumapp.datapay.phone/phone-operator/
implementation 'com.liumapp.datapay.phone:phone-operator:v2.0.1'
// https://jarcasting.com/artifacts/com.liumapp.datapay.phone/phone-operator/
implementation ("com.liumapp.datapay.phone:phone-operator:v2.0.1")
'com.liumapp.datapay.phone:phone-operator:jar:v2.0.1'
<dependency org="com.liumapp.datapay.phone" name="phone-operator" rev="v2.0.1">
<artifact name="phone-operator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liumapp.datapay.phone', module='phone-operator', version='v2.0.1')
)
libraryDependencies += "com.liumapp.datapay.phone" % "phone-operator" % "v2.0.1"
[com.liumapp.datapay.phone/phone-operator "v2.0.1"]