License |
License |
---|---|
GroupId | GroupIdorg.apache.sirona |
ArtifactId | ArtifactIdsirona-agent-store |
Last Version | Last Version0.3-incubating |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Sirona Incubator :: Agent :: Store
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-agent-store-0.3-incubating.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sirona/sirona-agent-store/ -->
<dependency>
<groupId>org.apache.sirona</groupId>
<artifactId>sirona-agent-store</artifactId>
<version>0.3-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sirona/sirona-agent-store/
implementation 'org.apache.sirona:sirona-agent-store:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.sirona/sirona-agent-store/
implementation ("org.apache.sirona:sirona-agent-store:0.3-incubating")
'org.apache.sirona:sirona-agent-store:pom:0.3-incubating'
<dependency org="org.apache.sirona" name="sirona-agent-store" rev="0.3-incubating">
<artifact name="sirona-agent-store" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.sirona', module='sirona-agent-store', version='0.3-incubating')
)
libraryDependencies += "org.apache.sirona" % "sirona-agent-store" % "0.3-incubating"
[org.apache.sirona/sirona-agent-store "0.3-incubating"]