praxiscore-video-pgl-natives
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.praxislive</groupId> <artifactId>praxiscore-video-pgl-natives</artifactId> <version>6.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.praxislive</groupId> <artifactId>praxiscore-video-pgl-natives</artifactId> <name>PraxisCORE Video PGL Natives</name> <version>6.3.0</version> <description>Forest-of-actors runtime supporting real-time systems and real-time recoding - bringing aspects of Erlang, Smalltalk and Extempore to Java.</description> <url>https://www.praxislive.org/praxiscore-video-pgl-natives</url> <developers> <developer> <name>Neil C Smith</name> <email>neil@codelerity.com</email> <roles> <role>Lead developer</role> </roles> </developer> </developers> <licenses> <license> <name>LGPL-3.0-only</name> <url>http://www.gnu.org/licenses/lgpl.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/praxis-live/praxiscore.git/praxiscore-video-pgl-natives</connection> <developerConnection>scm:git:https://github.com/praxis-live/praxiscore.git/praxiscore-video-pgl-natives</developerConnection> <url>https://github.com/praxis-live/praxiscore/tree/master/praxiscore-video-pgl-natives</url> </scm> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.12.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-jupiter-api</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter-params</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter-engine</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>