| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.lewys |
| ArtifactId | ArtifactIdlewys-with-dependencies |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLeWYS
LeWYS hosts a number of frameworks related to monitoring, based on OW2 Fractal component model. It contains a primary module called lewys, a Fractal monitoring framework providing a library of probes for both hardware and software resources
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lewys-with-dependencies-1.0.pom | |
| lewys-with-dependencies-1.0.jar | 1 MB |
| lewys-with-dependencies-1.0-sources.jar | 384 KB |
| lewys-with-dependencies-1.0-javadoc.jar | 574 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.lewys/lewys-with-dependencies/ -->
<dependency>
<groupId>org.ow2.lewys</groupId>
<artifactId>lewys-with-dependencies</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.lewys/lewys-with-dependencies/
implementation 'org.ow2.lewys:lewys-with-dependencies:1.0'
// https://jarcasting.com/artifacts/org.ow2.lewys/lewys-with-dependencies/
implementation ("org.ow2.lewys:lewys-with-dependencies:1.0")
'org.ow2.lewys:lewys-with-dependencies:jar:1.0'
<dependency org="org.ow2.lewys" name="lewys-with-dependencies" rev="1.0">
<artifact name="lewys-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.lewys', module='lewys-with-dependencies', version='1.0')
)
libraryDependencies += "org.ow2.lewys" % "lewys-with-dependencies" % "1.0"
[org.ow2.lewys/lewys-with-dependencies "1.0"]