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