| License | License | 
|---|---|
| GroupId | GroupIdio.rocketbase.commons | 
| ArtifactId | ArtifactIdsample | 
| Last Version | Last Version0.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiondifferent util and common components for vaadin lts version | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| sample-0.1.0.pom | |
| sample-0.1.0.jar | 19 KB | 
| sample-0.1.0-sources.jar | 12 KB | 
| sample-0.1.0-javadoc.jar | 473 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/sample/ -->
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>sample</artifactId>
    <version>0.1.0</version>
</dependency>// https://jarcasting.com/artifacts/io.rocketbase.commons/sample/
implementation 'io.rocketbase.commons:sample:0.1.0'// https://jarcasting.com/artifacts/io.rocketbase.commons/sample/
implementation ("io.rocketbase.commons:sample:0.1.0")'io.rocketbase.commons:sample:jar:0.1.0'<dependency org="io.rocketbase.commons" name="sample" rev="0.1.0">
  <artifact name="sample" type="jar" />
</dependency>@Grapes(
@Grab(group='io.rocketbase.commons', module='sample', version='0.1.0')
)libraryDependencies += "io.rocketbase.commons" % "sample" % "0.1.0"[io.rocketbase.commons/sample "0.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 | 
| com.github.spotbugs : spotbugs-annotations | jar | 4.4.2 |