GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdtopology-webapp |
Version | Version2.3.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thorntail/topology-webapp/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>topology-webapp</artifactId>
<version>2.3.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/topology-webapp/
implementation 'io.thorntail:topology-webapp:2.3.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/topology-webapp/
implementation ("io.thorntail:topology-webapp:2.3.0.Final")
'io.thorntail:topology-webapp:jar:2.3.0.Final'
<dependency org="io.thorntail" name="topology-webapp" rev="2.3.0.Final">
<artifact name="topology-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='topology-webapp', version='2.3.0.Final')
)
libraryDependencies += "io.thorntail" % "topology-webapp" % "2.3.0.Final"
[io.thorntail/topology-webapp "2.3.0.Final"]