| GroupId | GroupIdcom.zuunr.restbed | 
|---|---|
| ArtifactId | ArtifactIdrestbed-parent | 
| Version | Version1.0.1-b7a034f | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| restbed-parent-1.0.1-b7a034f.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.1-b7a034f</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-parent/
implementation 'com.zuunr.restbed:restbed-parent:1.0.1-b7a034f'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-parent/
implementation ("com.zuunr.restbed:restbed-parent:1.0.1-b7a034f")'com.zuunr.restbed:restbed-parent:pom:1.0.1-b7a034f'<dependency org="com.zuunr.restbed" name="restbed-parent" rev="1.0.1-b7a034f">
  <artifact name="restbed-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-parent', version='1.0.1-b7a034f')
)libraryDependencies += "com.zuunr.restbed" % "restbed-parent" % "1.0.1-b7a034f"[com.zuunr.restbed/restbed-parent "1.0.1-b7a034f"]