You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
```
72
57
58
+
See [releases page](https://github.com/target/native_memory_allocator/releases) for latest version.
0 commit comments