Cytoscape 3.0.0-M5> list | grep app
[ 87] [Active ] [ ] [ 104] Molecular interaction cluster (OSGi wrapped version w/dependencies) (1.6)
[ 97] [Active ] [ ] [ 110] Cytoscape Swing Application API (swing-application-api) (3.0.0.beta2)
[ 99] [Active ] [ ] [ 110] Cytoscape App API (app-api) (3.0.0.beta2)
[ 100] [Active ] [ ] [ 110] Cytoscape Swing App API (swing-app-api) (3.0.0.beta2)
[ 109] [Active ] [ ] [ 110] Cytoscape Application API (application-api) (3.0.0.beta2)
[ 128] [Active ] [ ] [ 135] Cytoscape Application Impl (application-impl) (3.0.0.alpha9)
[ 135] [Active ] [ ] [ 160] Cytoscape Swing Application Impl (swing-application-impl) (3.0.0.alpha9)
[ 162] [Active ] [ ] [ 175] Cytoscape App Impl (app-impl) (3.0.0.alpha9)
The version I have (beta3) ..
I have tired several dependencies in the list like
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>application-api</artifactId>
<version>${cytoscape.api.version}</version>
</dependency>
but the package
org.cytoscape.app still isnt there.
I also tried to search maven repositories for CyAppAdaptor... and nothing comes up
Omar