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