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