Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring ORM Data |
---|---|
GroupId | GroupIdcom.github.apolselli |
ArtifactId | ArtifactIdweb-performance-metrics |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/ -->
<dependency>
<groupId>com.github.apolselli</groupId>
<artifactId>web-performance-metrics</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation 'com.github.apolselli:web-performance-metrics:1.0'
// https://jarcasting.com/artifacts/com.github.apolselli/web-performance-metrics/
implementation ("com.github.apolselli:web-performance-metrics:1.0")
'com.github.apolselli:web-performance-metrics:jar:1.0'
<dependency org="com.github.apolselli" name="web-performance-metrics" rev="1.0">
<artifact name="web-performance-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apolselli', module='web-performance-metrics', version='1.0')
)
libraryDependencies += "com.github.apolselli" % "web-performance-metrics" % "1.0"
[com.github.apolselli/web-performance-metrics "1.0"]