| Categories | CategoriesIDE Development Tools H2 Data Databases | 
|---|---|
| GroupId | GroupIdorg.apache.skywalking | 
| ArtifactId | ArtifactIdcollector-storage-h2-provider | 
| Version | Version5.0.0-beta2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/collector-storage-h2-provider/ -->
<dependency>
    <groupId>org.apache.skywalking</groupId>
    <artifactId>collector-storage-h2-provider</artifactId>
    <version>5.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.skywalking/collector-storage-h2-provider/
implementation 'org.apache.skywalking:collector-storage-h2-provider:5.0.0-beta2'// https://jarcasting.com/artifacts/org.apache.skywalking/collector-storage-h2-provider/
implementation ("org.apache.skywalking:collector-storage-h2-provider:5.0.0-beta2")'org.apache.skywalking:collector-storage-h2-provider:jar:5.0.0-beta2'<dependency org="org.apache.skywalking" name="collector-storage-h2-provider" rev="5.0.0-beta2">
  <artifact name="collector-storage-h2-provider" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.skywalking', module='collector-storage-h2-provider', version='5.0.0-beta2')
)libraryDependencies += "org.apache.skywalking" % "collector-storage-h2-provider" % "5.0.0-beta2"[org.apache.skywalking/collector-storage-h2-provider "5.0.0-beta2"]