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
Copy file name to clipboardExpand all lines: README.adoc
+32-5Lines changed: 32 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,36 @@
2
2
3
3
*skainet* is an open-source deep learning framework written in Kotlin, designed with developers in mind to enable the creation modern AI powered applications with ease.
4
4
5
-
== publishing into local maven repository
5
+
Here’s a concise instruction snippet for setting up dependencies in Gradle KTS to consume your open-source project:
6
6
7
-
[source, shell]
8
-
----
9
-
./gradlew clean publishToMavenLocal
10
-
----
7
+
---
8
+
9
+
### Usage:
10
+
11
+
1. **Configure repository**
12
+
Add the following to your project's `build.gradle.kts`:
Ensure you provide your GitHub username (`gpr.user`) and a personal access token (`gpr.token`) with package read permission.
32
+
33
+
[See the official GitHub docs for more details](https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry)
0 commit comments