| GroupId | GroupIdcom.zuunr.restbed | 
|---|---|
| ArtifactId | ArtifactIdrestbed-core | 
| Version | Version1.0.0.M44-69d4532 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-core/ -->
<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-core</artifactId>
    <version>1.0.0.M44-69d4532</version>
</dependency>// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-core/
implementation 'com.zuunr.restbed:restbed-core:1.0.0.M44-69d4532'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-core/
implementation ("com.zuunr.restbed:restbed-core:1.0.0.M44-69d4532")'com.zuunr.restbed:restbed-core:jar:1.0.0.M44-69d4532'<dependency org="com.zuunr.restbed" name="restbed-core" rev="1.0.0.M44-69d4532">
  <artifact name="restbed-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-core', version='1.0.0.M44-69d4532')
)libraryDependencies += "com.zuunr.restbed" % "restbed-core" % "1.0.0.M44-69d4532"[com.zuunr.restbed/restbed-core "1.0.0.M44-69d4532"]