GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdprotoc-gen |
Version | Version1.1.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
protoc-gen-1.1.0-RC3.pom | |
protoc-gen-1.1.0-RC3.jar | 336 bytes |
protoc-gen-1.1.0-RC3-windows.bat | 7 MB |
protoc-gen-1.1.0-RC3-unix.sh | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.typelevel/protoc-gen/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>protoc-gen</artifactId>
<version>1.1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/protoc-gen/
implementation 'org.typelevel:protoc-gen:1.1.0-RC3'
// https://jarcasting.com/artifacts/org.typelevel/protoc-gen/
implementation ("org.typelevel:protoc-gen:1.1.0-RC3")
'org.typelevel:protoc-gen:jar:1.1.0-RC3'
<dependency org="org.typelevel" name="protoc-gen" rev="1.1.0-RC3">
<artifact name="protoc-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='protoc-gen', version='1.1.0-RC3')
)
libraryDependencies += "org.typelevel" % "protoc-gen" % "1.1.0-RC3"
[org.typelevel/protoc-gen "1.1.0-RC3"]