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