Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.aayushatharva.brotli4j |
ArtifactId | ArtifactIdnatives |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
natives-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aayushatharva.brotli4j/natives/ -->
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>natives</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aayushatharva.brotli4j/natives/
implementation 'com.aayushatharva.brotli4j:natives:1.0.0'
// https://jarcasting.com/artifacts/com.aayushatharva.brotli4j/natives/
implementation ("com.aayushatharva.brotli4j:natives:1.0.0")
'com.aayushatharva.brotli4j:natives:pom:1.0.0'
<dependency org="com.aayushatharva.brotli4j" name="natives" rev="1.0.0">
<artifact name="natives" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aayushatharva.brotli4j', module='natives', version='1.0.0')
)
libraryDependencies += "com.aayushatharva.brotli4j" % "natives" % "1.0.0"
[com.aayushatharva.brotli4j/natives "1.0.0"]