GroupId | GroupIdcom.github.krzysztofslusarski |
---|---|
ArtifactId | ArtifactIdcontinuous-async-profiler |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.krzysztofslusarski/continuous-async-profiler/ -->
<dependency>
<groupId>com.github.krzysztofslusarski</groupId>
<artifactId>continuous-async-profiler</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krzysztofslusarski/continuous-async-profiler/
implementation 'com.github.krzysztofslusarski:continuous-async-profiler:1.2'
// https://jarcasting.com/artifacts/com.github.krzysztofslusarski/continuous-async-profiler/
implementation ("com.github.krzysztofslusarski:continuous-async-profiler:1.2")
'com.github.krzysztofslusarski:continuous-async-profiler:jar:1.2'
<dependency org="com.github.krzysztofslusarski" name="continuous-async-profiler" rev="1.2">
<artifact name="continuous-async-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krzysztofslusarski', module='continuous-async-profiler', version='1.2')
)
libraryDependencies += "com.github.krzysztofslusarski" % "continuous-async-profiler" % "1.2"
[com.github.krzysztofslusarski/continuous-async-profiler "1.2"]