License |
License |
---|---|
GroupId | GroupIdcom.google.code.matlabcontrol |
ArtifactId | ArtifactIdmatlabcontrol |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmatlabcontrol
A Java API to control and interact with MATLAB.
|
Project URL |
Project URL |
Filename | Size |
---|---|
matlabcontrol-3.1.0.pom | |
matlabcontrol-3.1.0.jar | 54 KB |
matlabcontrol-3.1.0-sources.jar | 42 KB |
matlabcontrol-3.1.0-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.matlabcontrol/matlabcontrol/ -->
<dependency>
<groupId>com.google.code.matlabcontrol</groupId>
<artifactId>matlabcontrol</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.matlabcontrol/matlabcontrol/
implementation 'com.google.code.matlabcontrol:matlabcontrol:3.1.0'
// https://jarcasting.com/artifacts/com.google.code.matlabcontrol/matlabcontrol/
implementation ("com.google.code.matlabcontrol:matlabcontrol:3.1.0")
'com.google.code.matlabcontrol:matlabcontrol:jar:3.1.0'
<dependency org="com.google.code.matlabcontrol" name="matlabcontrol" rev="3.1.0">
<artifact name="matlabcontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.matlabcontrol', module='matlabcontrol', version='3.1.0')
)
libraryDependencies += "com.google.code.matlabcontrol" % "matlabcontrol" % "3.1.0"
[com.google.code.matlabcontrol/matlabcontrol "3.1.0"]