Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.peertopark.java |
ArtifactId | ArtifactIdphoneutils |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
phoneutils-3.1.1.pom | |
phoneutils-3.1.1.jar | 4 KB |
phoneutils-3.1.1-sources.jar | 3 KB |
phoneutils-3.1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.peertopark.java/phoneutils/
implementation 'com.peertopark.java:phoneutils:3.1.1'
// https://jarcasting.com/artifacts/com.peertopark.java/phoneutils/
implementation ("com.peertopark.java:phoneutils:3.1.1")
'com.peertopark.java:phoneutils:jar:3.1.1'
<dependency org="com.peertopark.java" name="phoneutils" rev="3.1.1">
<artifact name="phoneutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peertopark.java', module='phoneutils', version='3.1.1')
)
libraryDependencies += "com.peertopark.java" % "phoneutils" % "3.1.1"
[com.peertopark.java/phoneutils "3.1.1"]