praxislive-pxj
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-pxj</artifactId> <version>6.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-pxj</artifactId> <version>6.2.0</version> <packaging>nbm</packaging> <name>PraxisLIVE-PXJ</name> <description>Live IDE for PraxisCORE</description> <url>https://www.praxislive.org/modules/praxislive-pxj</url> <licenses> <license> <name>GPL-3.0-only</name> <url>http://www.gnu.org/licenses/gpl.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Neil C Smith</name> <email>neil@codelerity.com</email> <roles> <role>Lead developer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/praxis-live/praxis-live.git/modules/praxislive-pxj</connection> <developerConnection>scm:git:https://github.com/praxis-live/praxis-live.git/modules/praxislive-pxj</developerConnection> <url>https://github.com/praxis-live/praxis-live/tree/master/modules/praxislive-pxj</url> </scm> <dependencies> <dependency> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-core-embedder</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-code</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-model</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.praxislive.ide</groupId> <artifactId>praxislive-project</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-core-multiview</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-editor-guards</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.modules</groupId> <artifactId>org-netbeans-modules-java-guards</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-projectapi</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-queries</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-awt</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-dialogs</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-filesystems</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-loaders</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-nodes</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-text</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-util</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-util-lookup</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-util-ui</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-windows</artifactId> <version>RELEASE250</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>nbm-maven-plugin</artifactId> <version>14.2</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>