GroupId | GroupIdcom.zuunr.restbed |
---|---|
ArtifactId | ArtifactIdrestbed-core |
Version | Version1.0.0.M54-bd5dd10 |
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.M54-bd5dd10</version>
</dependency>
// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-core/
implementation 'com.zuunr.restbed:restbed-core:1.0.0.M54-bd5dd10'
// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-core/
implementation ("com.zuunr.restbed:restbed-core:1.0.0.M54-bd5dd10")
'com.zuunr.restbed:restbed-core:jar:1.0.0.M54-bd5dd10'
<dependency org="com.zuunr.restbed" name="restbed-core" rev="1.0.0.M54-bd5dd10">
<artifact name="restbed-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-core', version='1.0.0.M54-bd5dd10')
)
libraryDependencies += "com.zuunr.restbed" % "restbed-core" % "1.0.0.M54-bd5dd10"
[com.zuunr.restbed/restbed-core "1.0.0.M54-bd5dd10"]