articular-es
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.software-hardware-codesign</groupId> <artifactId>articular-es</artifactId> <version>1.0.0-alpha</version> </dependency>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.software-hardware-codesign</groupId> <artifactId>articular-es</artifactId> <version>1.0.0-alpha</version> <name>The Articular-ES Framework</name> <packaging>jar</packaging> <description>An entity component system (ECS) framework featuring strong articulations among components from different systems through controller interfaces.</description> <url>https://github.com/Software-Hardware-Codesign/Articular-ES</url> <licenses> <license> <name>The AvrSandbox Project, Articular-ES Framework, BSD-3 Clause License</name> <url>https://github.com/Software-Hardware-Codesign/Articular-ES/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <name>Pavly Gerges (aka. pavl_g)</name> <email>pepogerges33@gmail.com</email> <organization>The AvrSandbox</organization> <organizationUrl>https://github.com/Software-Hardware-Codesign</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Software-Hardware-Codesign/Articular-ES.git</connection> <developerConnection>scm:git:git://github.com/Software-Hardware-Codesign/Articular-ES.git</developerConnection> <url>https://github.com/Software-Hardware-Codesign/Articular-ES</url> </scm> </project>