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