Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcn.yerl.gradle |
ArtifactId | ArtifactIdprofile-plugin |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
profile-plugin-1.0.1.pom | |
profile-plugin-1.0.1.jar | 27 KB |
profile-plugin-1.0.1-sources.jar | 3 KB |
profile-plugin-1.0.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.yerl.gradle/profile-plugin/ -->
<dependency>
<groupId>cn.yerl.gradle</groupId>
<artifactId>profile-plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yerl.gradle/profile-plugin/
implementation 'cn.yerl.gradle:profile-plugin:1.0.1'
// https://jarcasting.com/artifacts/cn.yerl.gradle/profile-plugin/
implementation ("cn.yerl.gradle:profile-plugin:1.0.1")
'cn.yerl.gradle:profile-plugin:jar:1.0.1'
<dependency org="cn.yerl.gradle" name="profile-plugin" rev="1.0.1">
<artifact name="profile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yerl.gradle', module='profile-plugin', version='1.0.1')
)
libraryDependencies += "cn.yerl.gradle" % "profile-plugin" % "1.0.1"
[cn.yerl.gradle/profile-plugin "1.0.1"]