License |
License |
---|---|
GroupId | GroupIdint.esa.ccsds.mo |
ArtifactId | ArtifactIdAPI_MAL |
Last Version | Last Version8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionESA MAL Java API
An implementation of the Java API for the CCSDS MAL
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
API_MAL-8.0.pom | |
API_MAL-8.0.jar | 189 KB |
API_MAL-8.0-sources.jar | 207 KB |
API_MAL-8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/int.esa.ccsds.mo/API_MAL/ -->
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>API_MAL</artifactId>
<version>8.0</version>
</dependency>
// https://jarcasting.com/artifacts/int.esa.ccsds.mo/API_MAL/
implementation 'int.esa.ccsds.mo:API_MAL:8.0'
// https://jarcasting.com/artifacts/int.esa.ccsds.mo/API_MAL/
implementation ("int.esa.ccsds.mo:API_MAL:8.0")
'int.esa.ccsds.mo:API_MAL:jar:8.0'
<dependency org="int.esa.ccsds.mo" name="API_MAL" rev="8.0">
<artifact name="API_MAL" type="jar" />
</dependency>
@Grapes(
@Grab(group='int.esa.ccsds.mo', module='API_MAL', version='8.0')
)
libraryDependencies += "int.esa.ccsds.mo" % "API_MAL" % "8.0"
[int.esa.ccsds.mo/API_MAL "8.0"]