| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.reactific |
| ArtifactId | ArtifactIdhotspot-profiler_2.11 |
| Version | Version0.3.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.reactific/hotspot-profiler_2.11/ -->
<dependency>
<groupId>com.reactific</groupId>
<artifactId>hotspot-profiler_2.11</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.reactific/hotspot-profiler_2.11/
implementation 'com.reactific:hotspot-profiler_2.11:0.3.2'
// https://jarcasting.com/artifacts/com.reactific/hotspot-profiler_2.11/
implementation ("com.reactific:hotspot-profiler_2.11:0.3.2")
'com.reactific:hotspot-profiler_2.11:jar:0.3.2'
<dependency org="com.reactific" name="hotspot-profiler_2.11" rev="0.3.2">
<artifact name="hotspot-profiler_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reactific', module='hotspot-profiler_2.11', version='0.3.2')
)
libraryDependencies += "com.reactific" % "hotspot-profiler_2.11" % "0.3.2"
[com.reactific/hotspot-profiler_2.11 "0.3.2"]