License |
License |
---|---|
GroupId | GroupIdint.esa.nmf.core.moservices |
ArtifactId | ArtifactIdxml |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionESA NMF Core - MO Services XMLs
NMF CCSDS Mission Operations Services XML files, including tailored COM specification
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xml-1.2.0.pom | |
xml-1.2.0.jar | 39 KB |
xml-1.2.0-sources.jar | 39 KB |
xml-1.2.0-javadoc.jar | 345 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/int.esa.nmf.core.moservices/xml/ -->
<dependency>
<groupId>int.esa.nmf.core.moservices</groupId>
<artifactId>xml</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/int.esa.nmf.core.moservices/xml/
implementation 'int.esa.nmf.core.moservices:xml:1.2.0'
// https://jarcasting.com/artifacts/int.esa.nmf.core.moservices/xml/
implementation ("int.esa.nmf.core.moservices:xml:1.2.0")
'int.esa.nmf.core.moservices:xml:jar:1.2.0'
<dependency org="int.esa.nmf.core.moservices" name="xml" rev="1.2.0">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='int.esa.nmf.core.moservices', module='xml', version='1.2.0')
)
libraryDependencies += "int.esa.nmf.core.moservices" % "xml" % "1.2.0"
[int.esa.nmf.core.moservices/xml "1.2.0"]