is not current version
Last Version 1.4.31

cn.bestwu.gradle:profile-plugin 1.4.27

profile-plugin

Categories

Categories

Gradle Build Tools
GroupId

GroupId

cn.bestwu.gradle
ArtifactId

ArtifactId

profile-plugin
Version

Version

1.4.27
Type

Type

jar

Download profile-plugin 1.4.27


<!-- https://jarcasting.com/artifacts/cn.bestwu.gradle/profile-plugin/ -->
<dependency>
    <groupId>cn.bestwu.gradle</groupId>
    <artifactId>profile-plugin</artifactId>
    <version>1.4.27</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bestwu.gradle/profile-plugin/
implementation 'cn.bestwu.gradle:profile-plugin:1.4.27'
// https://jarcasting.com/artifacts/cn.bestwu.gradle/profile-plugin/
implementation ("cn.bestwu.gradle:profile-plugin:1.4.27")
'cn.bestwu.gradle:profile-plugin:jar:1.4.27'
<dependency org="cn.bestwu.gradle" name="profile-plugin" rev="1.4.27">
  <artifact name="profile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bestwu.gradle', module='profile-plugin', version='1.4.27')
)
libraryDependencies += "cn.bestwu.gradle" % "profile-plugin" % "1.4.27"
[cn.bestwu.gradle/profile-plugin "1.4.27"]