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