Skip to content

Commit 1d13711

Browse files
committedMay 3, 2024·
add mfl-core Matlab read/write library
- https://github.com/HebiRobotics/MFL - groupId: us.hebi.matlab.mat - artifactId: mfl-core
1 parent dd1556c commit 1d13711

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎symja_android_library/matheclipse-io/pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -105,6 +107,10 @@
105107
<groupId>org.apache.arrow</groupId>
106108
<artifactId>arrow-memory-netty</artifactId>
107109
</dependency>
110+
<dependency>
111+
<groupId>us.hebi.matlab.mat</groupId>
112+
<artifactId>mfl-core</artifactId>
113+
</dependency>
108114
<!-- logging dependencies -->
109115

110116
<dependency>

‎symja_android_library/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,11 @@
368368
</exclusion>
369369
</exclusions>
370370
</dependency>
371+
<dependency>
372+
<groupId>us.hebi.matlab.mat</groupId>
373+
<artifactId>mfl-core</artifactId>
374+
<version>0.5.15</version>
375+
</dependency>
371376
</dependencies>
372377
</dependencyManagement>
373378
<dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.