protoc-lint-shaded_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.scalapb-json</groupId> <artifactId>protoc-lint-shaded_3</artifactId> <version>0.7.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.scalapb-json</groupId> <artifactId>protoc-lint-shaded_3</artifactId> <packaging>jar</packaging> <description>protobuf linter</description> <version>0.7.1</version> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>protoc-lint-shaded</name> <organization> <name>io.github.scalapb-json</name> </organization> <url>https://github.com/scalapb-json/protoc-lint</url> <scm> <connection>scm:git:github.com/scalapb-json/protoc-lint.git</connection> <developerConnection>scm:git:git@github.com:scalapb-json/protoc-lint.git</developerConnection> <url>https://github.com/scalapb-json/protoc-lint.git</url> <tag>v0.7.1</tag> </scm> <developers> <developer> <id>xuwei-k</id> <name>Kenji Yoshida</name> <url>https://github.com/xuwei-k</url> </developer> </developers> <dependencies> <!--scalapb_lint has been removed.--> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.6</version> </dependency> <dependency> <groupId>com.thesamet.scalapb</groupId> <artifactId>protoc-bridge_3</artifactId> <version>0.9.9</version> </dependency> </dependencies> </project>