Skip to content

Commit 924a3d2

Browse files
Merge pull request #21 from target/aaronriekenberg-patch-1
Update README.md
2 parents 9a7632c + 926e22b commit 924a3d2

1 file changed

Lines changed: 6 additions & 20 deletions

File tree

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,14 @@ Benchmark results:
4848

4949
## Using as a maven or gradle dependency
5050

51-
Options:
51+
Artifact is deployed to public [Maven Central repository](https://repo1.maven.org/maven2/com/target/native-memory-allocator/)
5252

53-
1. Use jitpack.io: https://jitpack.io/#target/native_memory_allocator
54-
55-
[![](https://jitpack.io/v/target/native_memory_allocator.svg)](https://jitpack.io/#target/native_memory_allocator)
56-
57-
jitpack allows anonymous downloads of maven/gradle artifacts.
58-
59-
Add repository to maven/gradle build: `https://jitpack.io`
60-
61-
Add dependency to maven/gradle build: `com.github.target:native_memory_allocator:VERSION` See [releases page](https://github.com/target/native_memory_allocator/packages/1407699) for current version.
62-
63-
OR
64-
65-
2. Use github packages: https://github.com/target/native_memory_allocator/packages/1407699
66-
67-
github packages requires using a github.com personal access token (PAT) in maven/gradle build: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
68-
69-
Add repository to maven/gradle build: `https://maven.pkg.github.com/target/native_memory_allocator`
70-
71-
Add dependency to maven/gradle build: `com.target:native_memory_allocator:VERSION` See [releases page](https://github.com/target/native_memory_allocator/packages/1407699) for current version.
53+
To use in a maven or gradle build, use:
54+
```
55+
com.target:native-memory-allocator:<VERSION>
56+
```
7257

58+
See [releases page](https://github.com/target/native_memory_allocator/releases) for latest version.
7359

7460
## Example Usage
7561

0 commit comments

Comments
 (0)