protoc-lint-shaded

protobuf linter

License

License

MIT
Categories

Categories

Scala Languages JSON Data
GroupId

GroupId

io.github.scalapb-json
ArtifactId

ArtifactId

protoc-lint-shaded_2.12
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

protoc-lint-shaded
protobuf linter
Project URL

Project URL

https://github.com/scalapb-json/protoc-lint
Project Organization

Project Organization

io.github.scalapb-json
Source Code Management

Source Code Management

https://github.com/scalapb-json/protoc-lint.git

Download protoc-lint-shaded_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint-shaded_2.12/ -->
<dependency>
    <groupId>io.github.scalapb-json</groupId>
    <artifactId>protoc-lint-shaded_2.12</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint-shaded_2.12/
implementation 'io.github.scalapb-json:protoc-lint-shaded_2.12:0.5.0'
// https://jarcasting.com/artifacts/io.github.scalapb-json/protoc-lint-shaded_2.12/
implementation ("io.github.scalapb-json:protoc-lint-shaded_2.12:0.5.0")
'io.github.scalapb-json:protoc-lint-shaded_2.12:jar:0.5.0'
<dependency org="io.github.scalapb-json" name="protoc-lint-shaded_2.12" rev="0.5.0">
  <artifact name="protoc-lint-shaded_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.scalapb-json', module='protoc-lint-shaded_2.12', version='0.5.0')
)
libraryDependencies += "io.github.scalapb-json" % "protoc-lint-shaded_2.12" % "0.5.0"
[io.github.scalapb-json/protoc-lint-shaded_2.12 "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
com.thesamet.scalapb : protoc-bridge_2.12 jar 0.9.1

Project Modules

There are no modules declared in this project.

protoc-lint

scaladoc

protobuf linter for https://github.com/thesamet/sbt-protoc

https://developers.google.com/protocol-buffers/docs/style

sbt settings

project/plugins.sbt

libraryDependencies += "io.github.scalapb-json" %% "protoc-lint" % "0.5.0"
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")

or

// shaded version. you can avoid dependency conflict. only sbt Scala 2.12, sbt 1.x
libraryDependencies += "io.github.scalapb-json" %% "protoc-lint-shaded" % "0.5.0"
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.0")

build.sbt

PB.targets in Compile := Seq(
  protoc_lint.ProtocLint() -> (sourceManaged in Compile).value,
  // and add another generator settings (e.g. java, scalapb)
  // see https://github.com/thesamet/sbt-protoc
)
io.github.scalapb-json
Json/Protobuf convertor libraries for ScalaPB

Versions

Version
0.5.0
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0