BA
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>chat.dim</groupId> <artifactId>BA</artifactId> <version>0.1.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>chat.dim</groupId> <artifactId>BA</artifactId> <version>0.1.2</version> <name>BA</name> <description>Byte Array</description> <url>https://github.com/moky/wormhole</url> <licenses> <license> <name>MIT</name> <url>https://mit-license.org</url> </license> </licenses> <developers> <developer> <id>moky</id> <name>Albert Moky</name> <email>albert.moky@gmail.com</email> <organization>org.apache.maven.model.Organization@26897fff</organization> <roles> <role>architect</role> </roles> </developer> </developers> <scm> <connection>https://github.com/moky/wormhole.git</connection> <developerConnection>https://github.com/moky/wormhole.git</developerConnection> <url>https://github.com/moky/wormhole</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>