License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.apache.sirona |
ArtifactId | ArtifactIdsirona-performance |
Last Version | Last Version0.3-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Sirona Incubator :: Agent :: Performance
Sirona provides a simple, lightweight toolkit to instrument java application monitoring capabilities, including
performances and thread concurrency.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sirona-performance-0.3-incubating.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sirona/sirona-performance/ -->
<dependency>
<groupId>org.apache.sirona</groupId>
<artifactId>sirona-performance</artifactId>
<version>0.3-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sirona/sirona-performance/
implementation 'org.apache.sirona:sirona-performance:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.sirona/sirona-performance/
implementation ("org.apache.sirona:sirona-performance:0.3-incubating")
'org.apache.sirona:sirona-performance:pom:0.3-incubating'
<dependency org="org.apache.sirona" name="sirona-performance" rev="0.3-incubating">
<artifact name="sirona-performance" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sirona', module='sirona-performance', version='0.3-incubating')
)
libraryDependencies += "org.apache.sirona" % "sirona-performance" % "0.3-incubating"
[org.apache.sirona/sirona-performance "0.3-incubating"]