File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <artifactId >wrapper</artifactId >
99 <version >1.0.1</version >
1010
11+ <name >JavaTrans2Quik</name >
12+ <url >https://github.com/Enfernuz/JavaTrans2Quik</url >
13+ <description >A Java-wrapper for Trans2Quik.dll ("QUIK", a trading platform designed by ARQA @ arqatech.com)</description >
14+
15+ <scm >
16+ <url >https://github.com/Enfernuz/JavaTrans2Quik</url >
17+ <connection >scm:git:git@github.com:Enfernuz/JavaTrans2Quik.git</connection >
18+ </scm >
19+
20+ <issueManagement >
21+ <system >github</system >
22+ <url >https://github.com/Enfernuz/JavaTrans2Quik/issues</url >
23+ </issueManagement >
24+
1125 <properties >
1226 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <version .jna-platform>4.1.0</version .jna-platform>
1427 </properties >
1528
1629 <dependencies >
17-
1830 <dependency >
1931 <groupId >net.java.dev.jna</groupId >
2032 <artifactId >jna-platform</artifactId >
21- <version >${version.jna-platform} </version >
22- <scope >compile</scope >
33+ <version >4.1.0</version >
2334 </dependency >
24-
2535 </dependencies >
26-
2736</project >
You can’t perform that action at this time.
0 commit comments