Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.peertopark.java |
ArtifactId | ArtifactIdphoneutils |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
phoneutils-3.1.0.pom | |
phoneutils-3.1.0.jar | 4 KB |
phoneutils-3.1.0-sources.jar | 3 KB |
phoneutils-3.1.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peertopark.java/phoneutils/ -->
<dependency>
<groupId>com.peertopark.java</groupId>
<artifactId>phoneutils</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.peertopark.java/phoneutils/
implementation 'com.peertopark.java:phoneutils:3.1.0'
// https://jarcasting.com/artifacts/com.peertopark.java/phoneutils/
implementation ("com.peertopark.java:phoneutils:3.1.0")
'com.peertopark.java:phoneutils:jar:3.1.0'
<dependency org="com.peertopark.java" name="phoneutils" rev="3.1.0">
<artifact name="phoneutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peertopark.java', module='phoneutils', version='3.1.0')
)
libraryDependencies += "com.peertopark.java" % "phoneutils" % "3.1.0"
[com.peertopark.java/phoneutils "3.1.0"]