License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Protobuf Data Data Structures |
GroupId | GroupIdorg.projectnessie.buildsupport.protobuf |
ArtifactId | ArtifactIdorg.projectnessie.buildsupport.protobuf.gradle.plugin |
Last Version | Last Version0.1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionprotobuf
Ensures that generated protobuf Java sources are visible in IntelliJ and excluded from checkstyle.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/ -->
<dependency>
<groupId>org.projectnessie.buildsupport.protobuf</groupId>
<artifactId>org.projectnessie.buildsupport.protobuf.gradle.plugin</artifactId>
<version>0.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/
implementation 'org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:0.1.9'
// https://jarcasting.com/artifacts/org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin/
implementation ("org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:0.1.9")
'org.projectnessie.buildsupport.protobuf:org.projectnessie.buildsupport.protobuf.gradle.plugin:pom:0.1.9'
<dependency org="org.projectnessie.buildsupport.protobuf" name="org.projectnessie.buildsupport.protobuf.gradle.plugin" rev="0.1.9">
<artifact name="org.projectnessie.buildsupport.protobuf.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.projectnessie.buildsupport.protobuf', module='org.projectnessie.buildsupport.protobuf.gradle.plugin', version='0.1.9')
)
libraryDependencies += "org.projectnessie.buildsupport.protobuf" % "org.projectnessie.buildsupport.protobuf.gradle.plugin" % "0.1.9"
[org.projectnessie.buildsupport.protobuf/org.projectnessie.buildsupport.protobuf.gradle.plugin "0.1.9"]
Group / Artifact | Type | Version |
---|---|---|
org.projectnessie.buildsupport : protobuf | jar | 0.1.9 |