License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcn.yerl.gradle |
ArtifactId | ArtifactIdnexus-plugin |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionNexus Plugin
Plugin for upload archives to nexus
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nexus-plugin-1.1.1.pom | |
nexus-plugin-1.1.1.jar | 69 KB |
nexus-plugin-1.1.1-sources.jar | 6 KB |
nexus-plugin-1.1.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.yerl.gradle/nexus-plugin/ -->
<dependency>
<groupId>cn.yerl.gradle</groupId>
<artifactId>nexus-plugin</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yerl.gradle/nexus-plugin/
implementation 'cn.yerl.gradle:nexus-plugin:1.1.1'
// https://jarcasting.com/artifacts/cn.yerl.gradle/nexus-plugin/
implementation ("cn.yerl.gradle:nexus-plugin:1.1.1")
'cn.yerl.gradle:nexus-plugin:jar:1.1.1'
<dependency org="cn.yerl.gradle" name="nexus-plugin" rev="1.1.1">
<artifact name="nexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yerl.gradle', module='nexus-plugin', version='1.1.1')
)
libraryDependencies += "cn.yerl.gradle" % "nexus-plugin" % "1.1.1"
[cn.yerl.gradle/nexus-plugin "1.1.1"]