Categories |
CategoriesNet |
---|---|
GroupId | GroupIdes.tid.netphony |
ArtifactId | ArtifactIdpce |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
pce-1.3.2.pom | |
pce-1.3.2.jar | 808 KB |
pce-1.3.2-sources.jar | 491 KB |
pce-1.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/es.tid.netphony/pce/ -->
<dependency>
<groupId>es.tid.netphony</groupId>
<artifactId>pce</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/es.tid.netphony/pce/
implementation 'es.tid.netphony:pce:1.3.2'
// https://jarcasting.com/artifacts/es.tid.netphony/pce/
implementation ("es.tid.netphony:pce:1.3.2")
'es.tid.netphony:pce:jar:1.3.2'
<dependency org="es.tid.netphony" name="pce" rev="1.3.2">
<artifact name="pce" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.tid.netphony', module='pce', version='1.3.2')
)
libraryDependencies += "es.tid.netphony" % "pce" % "1.3.2"
[es.tid.netphony/pce "1.3.2"]