License |
License |
---|---|
GroupId | GroupIdint.esa.ccsds.mo |
ArtifactId | ArtifactIdAPI_MAL |
Version | Version1.7 |
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-1.7.pom | |
API_MAL-1.7.jar | 200 KB |
API_MAL-1.7-sources.jar | 215 KB |
API_MAL-1.7-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>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/int.esa.ccsds.mo/API_MAL/
implementation 'int.esa.ccsds.mo:API_MAL:1.7'
// https://jarcasting.com/artifacts/int.esa.ccsds.mo/API_MAL/
implementation ("int.esa.ccsds.mo:API_MAL:1.7")
'int.esa.ccsds.mo:API_MAL:jar:1.7'
<dependency org="int.esa.ccsds.mo" name="API_MAL" rev="1.7">
<artifact name="API_MAL" type="jar" />
</dependency>
@Grapes(
@Grab(group='int.esa.ccsds.mo', module='API_MAL', version='1.7')
)
libraryDependencies += "int.esa.ccsds.mo" % "API_MAL" % "1.7"
[int.esa.ccsds.mo/API_MAL "1.7"]