Skip to content

Commit

Permalink
add mfl-core Matlab read/write library
Browse files Browse the repository at this point in the history
- https://github.com/HebiRobotics/MFL
- groupId: us.hebi.matlab.mat
- artifactId: mfl-core
  • Loading branch information
axkr committed May 3, 2024
1 parent dd1556c commit 1d13711
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion symja_android_library/matheclipse-io/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -105,6 +107,10 @@
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
</dependency>
<dependency>
<groupId>us.hebi.matlab.mat</groupId>
<artifactId>mfl-core</artifactId>
</dependency>
<!-- logging dependencies -->

<dependency>
Expand Down
5 changes: 5 additions & 0 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>us.hebi.matlab.mat</groupId>
<artifactId>mfl-core</artifactId>
<version>0.5.15</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 1d13711

Please sign in to comment.