GroupId | GroupIdno.entur |
---|---|
ArtifactId | ArtifactIdinterface-protoc-plugin-test |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.entur/interface-protoc-plugin-test/ -->
<dependency>
<groupId>no.entur</groupId>
<artifactId>interface-protoc-plugin-test</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur/interface-protoc-plugin-test/
implementation 'no.entur:interface-protoc-plugin-test:1.1'
// https://jarcasting.com/artifacts/no.entur/interface-protoc-plugin-test/
implementation ("no.entur:interface-protoc-plugin-test:1.1")
'no.entur:interface-protoc-plugin-test:jar:1.1'
<dependency org="no.entur" name="interface-protoc-plugin-test" rev="1.1">
<artifact name="interface-protoc-plugin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur', module='interface-protoc-plugin-test', version='1.1')
)
libraryDependencies += "no.entur" % "interface-protoc-plugin-test" % "1.1"
[no.entur/interface-protoc-plugin-test "1.1"]