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