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