Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdorg.bitbucket.flamurey |
ArtifactId | ArtifactIdgradle-plugins |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
gradle-plugins-0.2.2.pom | |
gradle-plugins-0.2.2.jar | 49 KB |
gradle-plugins-0.2.2-sources.jar | 3 KB |
gradle-plugins-0.2.2-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.flamurey/gradle-plugins/ -->
<dependency>
<groupId>org.bitbucket.flamurey</groupId>
<artifactId>gradle-plugins</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.flamurey/gradle-plugins/
implementation 'org.bitbucket.flamurey:gradle-plugins:0.2.2'
// https://jarcasting.com/artifacts/org.bitbucket.flamurey/gradle-plugins/
implementation ("org.bitbucket.flamurey:gradle-plugins:0.2.2")
'org.bitbucket.flamurey:gradle-plugins:jar:0.2.2'
<dependency org="org.bitbucket.flamurey" name="gradle-plugins" rev="0.2.2">
<artifact name="gradle-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.flamurey', module='gradle-plugins', version='0.2.2')
)
libraryDependencies += "org.bitbucket.flamurey" % "gradle-plugins" % "0.2.2"
[org.bitbucket.flamurey/gradle-plugins "0.2.2"]