GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdlocal-phone-number |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/local-phone-number/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>local-phone-number</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/local-phone-number/
implementation 'com.github.michaelruocco:local-phone-number:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/local-phone-number/
implementation ("com.github.michaelruocco:local-phone-number:1.0.0")
'com.github.michaelruocco:local-phone-number:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="local-phone-number" rev="1.0.0">
<artifact name="local-phone-number" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='local-phone-number', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "local-phone-number" % "1.0.0"
[com.github.michaelruocco/local-phone-number "1.0.0"]