GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdtopology |
Version | Version2.2.0.Final |
Type | Typejar |
Filename | Size |
---|---|
topology-2.2.0.Final.pom | |
topology-2.2.0.Final.jar | 35 KB |
topology-2.2.0.Final-sources.jar | 22 KB |
topology-2.2.0.Final-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/topology/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>topology</artifactId>
<version>2.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/topology/
implementation 'io.thorntail:topology:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/topology/
implementation ("io.thorntail:topology:2.2.0.Final")
'io.thorntail:topology:jar:2.2.0.Final'
<dependency org="io.thorntail" name="topology" rev="2.2.0.Final">
<artifact name="topology" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='topology', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail" % "topology" % "2.2.0.Final"
[io.thorntail/topology "2.2.0.Final"]