File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99project = 'Appose'
1010copyright = '2024, Appose Contributors'
1111author = 'Appose Contributors'
12- release = '0.3 .0'
12+ release = '0.10 .0'
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Installation
5353 <dependency >
5454 <groupId >org.apposed</groupId >
5555 <artifactId >appose</artifactId >
56- <version >0.3 .0</version >
56+ <version >0.10 .0</version >
5757 </dependency >
5858 </dependencies >
5959
@@ -67,7 +67,7 @@ Installation
6767 mavenCentral()
6868 }
6969 dependencies {
70- implementation("org.apposed:appose:0.3 .0")
70+ implementation("org.apposed:appose:0.10 .0")
7171 }
7272
7373 **JAR Files **
@@ -179,8 +179,8 @@ Let's create a simple program that demonstrates Appose's basic functionality.
179179
180180 .. code-block :: bash
181181
182- javac -cp " appose-0.3 .0.jar:dependency/*" HelloAppose.java
183- java -cp " .:appose-0.3 .0.jar:dependency/*" HelloAppose
182+ javac -cp " appose-0.10 .0.jar:dependency/*" HelloAppose.java
183+ java -cp " .:appose-0.10 .0.jar:dependency/*" HelloAppose
184184
185185 Understanding the Code
186186-----------------------
Original file line number Diff line number Diff line change 11[project ]
22name = " appose"
3- version = " 0.3 .0"
3+ version = " 0.10 .0"
44description = " Appose - interprocess cooperation with shared memory"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments