| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.tablebird |
| ArtifactId | ArtifactIdservice-provider-builder-runtime |
| Version | Version0.1.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.tablebird/service-provider-builder-runtime/ -->
<dependency>
<groupId>com.github.tablebird</groupId>
<artifactId>service-provider-builder-runtime</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tablebird/service-provider-builder-runtime/
implementation 'com.github.tablebird:service-provider-builder-runtime:0.1.0'
// https://jarcasting.com/artifacts/com.github.tablebird/service-provider-builder-runtime/
implementation ("com.github.tablebird:service-provider-builder-runtime:0.1.0")
'com.github.tablebird:service-provider-builder-runtime:aar:0.1.0'
<dependency org="com.github.tablebird" name="service-provider-builder-runtime" rev="0.1.0">
<artifact name="service-provider-builder-runtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tablebird', module='service-provider-builder-runtime', version='0.1.0')
)
libraryDependencies += "com.github.tablebird" % "service-provider-builder-runtime" % "0.1.0"
[com.github.tablebird/service-provider-builder-runtime "0.1.0"]