is not current version
Last Version 1.0.1

ch.awae:appcheck 1.0.0

Performance Monitoring of JavaEE web applications

GroupId

GroupId

ch.awae
ArtifactId

ArtifactId

appcheck
Version

Version

1.0.0
Type

Type

jar

Download appcheck 1.0.0


<!-- https://jarcasting.com/artifacts/ch.awae/appcheck/ -->
<dependency>
    <groupId>ch.awae</groupId>
    <artifactId>appcheck</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.awae/appcheck/
implementation 'ch.awae:appcheck:1.0.0'
// https://jarcasting.com/artifacts/ch.awae/appcheck/
implementation ("ch.awae:appcheck:1.0.0")
'ch.awae:appcheck:jar:1.0.0'
<dependency org="ch.awae" name="appcheck" rev="1.0.0">
  <artifact name="appcheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.awae', module='appcheck', version='1.0.0')
)
libraryDependencies += "ch.awae" % "appcheck" % "1.0.0"
[ch.awae/appcheck "1.0.0"]