MVN

org.devzendo : parachute

Maven & Gradle

Jun 20, 2019

Parachute Parallel Programming System · This is an emulator of the 32-bit Inmos T414/T800/T801/T805 Transputer family, a Node Server that interfaces it to a host OS, providing boot/debug/IO facilities. Also several example programs. A macro assembler that understands a subset of MASM 6 directives, for building for the Transputer. A port of eForth to the above emulator. (Apache License v2) 2005-2019 Matt Gumbley, DevZendo.org

<dependency>
    <groupId>org.devzendo</groupId>
    <artifactId>parachute</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.devzendo : parachute to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of org.devzendo : parachute to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
parachute-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.devzendo</groupId>
    <artifactId>parachute</artifactId>
    <version>0.0.1</version>
</dependency>

Advertisement