| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.oodt | 
    
| ArtifactId | ArtifactIdpcs-input | 
    
| Last Version | Last Version1.9.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionProcess Control System Input Data Package 
            The Process Control System's data handling package. This package contains data structures
  and readers and writers to write an input file format similar to HDF, as represented in XML. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| pcs-input-1.9.1.pom | |
| pcs-input-1.9.1.jar | 30 KB | 
| pcs-input-1.9.1-sources.jar | 26 KB | 
| pcs-input-1.9.1-javadoc.jar | 90 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.oodt/pcs-input/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>pcs-input</artifactId>
    <version>1.9.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.oodt/pcs-input/
implementation 'org.apache.oodt:pcs-input:1.9.1'
                // https://jarcasting.com/artifacts/org.apache.oodt/pcs-input/
implementation ("org.apache.oodt:pcs-input:1.9.1")
                'org.apache.oodt:pcs-input:jar:1.9.1'
                <dependency org="org.apache.oodt" name="pcs-input" rev="1.9.1">
  <artifact name="pcs-input" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.oodt', module='pcs-input', version='1.9.1')
)
                libraryDependencies += "org.apache.oodt" % "pcs-input" % "1.9.1"
                [org.apache.oodt/pcs-input "1.9.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.oodt : oodt-commons | jar | 1.9.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |