| GroupId | GroupIdorg.javasimon |
|---|---|
| ArtifactId | ArtifactIdjavasimon-console-webapp |
| Version | Version3.4.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| javasimon-console-webapp-3.4.0.pom | |
| javasimon-console-webapp-3.4.0.war | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.javasimon/javasimon-console-webapp/ -->
<dependency>
<groupId>org.javasimon</groupId>
<artifactId>javasimon-console-webapp</artifactId>
<version>3.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.javasimon/javasimon-console-webapp/
implementation 'org.javasimon:javasimon-console-webapp:3.4.0'
// https://jarcasting.com/artifacts/org.javasimon/javasimon-console-webapp/
implementation ("org.javasimon:javasimon-console-webapp:3.4.0")
'org.javasimon:javasimon-console-webapp:war:3.4.0'
<dependency org="org.javasimon" name="javasimon-console-webapp" rev="3.4.0">
<artifact name="javasimon-console-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.javasimon', module='javasimon-console-webapp', version='3.4.0')
)
libraryDependencies += "org.javasimon" % "javasimon-console-webapp" % "3.4.0"
[org.javasimon/javasimon-console-webapp "3.4.0"]