| GroupId | GroupIdcom.zuunr.restbed | 
|---|---|
| ArtifactId | ArtifactIdrestbed-parent | 
| Version | Version1.0.0-30b4dfa | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| restbed-parent-1.0.0-30b4dfa.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-parent/ -->
<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-parent</artifactId>
    <version>1.0.0-30b4dfa</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-parent/
implementation 'com.zuunr.restbed:restbed-parent:1.0.0-30b4dfa'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-parent/
implementation ("com.zuunr.restbed:restbed-parent:1.0.0-30b4dfa")'com.zuunr.restbed:restbed-parent:pom:1.0.0-30b4dfa'<dependency org="com.zuunr.restbed" name="restbed-parent" rev="1.0.0-30b4dfa">
  <artifact name="restbed-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-parent', version='1.0.0-30b4dfa')
)libraryDependencies += "com.zuunr.restbed" % "restbed-parent" % "1.0.0-30b4dfa"[com.zuunr.restbed/restbed-parent "1.0.0-30b4dfa"]