is not current version
Last Version 1.4.31

cn.bestwu.gradle:profile-plugin 1.3

profile-plugin

Categories

Categories

Gradle Build Tools
GroupId

GroupId

cn.bestwu.gradle
ArtifactId

ArtifactId

profile-plugin
Version

Version

1.3
Type

Type

jar

Download profile-plugin 1.3


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