is not current version
Last Version 2.7.0.Final

io.thorntail:management-console 2.1.0.Final

UI to manage a running WildFly/Swarm server

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

management-console
Version

Version

2.1.0.Final
Type

Type

jar

Download management-console 2.1.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/management-console/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>management-console</artifactId>
    <version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/management-console/
implementation 'io.thorntail:management-console:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/management-console/
implementation ("io.thorntail:management-console:2.1.0.Final")
'io.thorntail:management-console:jar:2.1.0.Final'
<dependency org="io.thorntail" name="management-console" rev="2.1.0.Final">
  <artifact name="management-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='management-console', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "management-console" % "2.1.0.Final"
[io.thorntail/management-console "2.1.0.Final"]