| GroupId | GroupIdorg.brotli |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version0.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-0.1.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.brotli/parent/ -->
<dependency>
<groupId>org.brotli</groupId>
<artifactId>parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.brotli/parent/
implementation 'org.brotli:parent:0.1.1'
// https://jarcasting.com/artifacts/org.brotli/parent/
implementation ("org.brotli:parent:0.1.1")
'org.brotli:parent:pom:0.1.1'
<dependency org="org.brotli" name="parent" rev="0.1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.brotli', module='parent', version='0.1.1')
)
libraryDependencies += "org.brotli" % "parent" % "0.1.1"
[org.brotli/parent "0.1.1"]