sakai-message-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sakaiproject.message</groupId> <artifactId>sakai-message-api</artifactId> <version>23.3</version> </dependency>
<?xml version="1.0"?> <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> <parent> <artifactId>message</artifactId> <groupId>org.sakaiproject.message</groupId> <version>23.3</version> <relativePath>../../pom.xml</relativePath> </parent> <name>sakai-message-api</name> <groupId>org.sakaiproject.message</groupId> <artifactId>sakai-message-api</artifactId> <packaging>jar</packaging> <properties> <deploy.target>shared</deploy.target> </properties> <dependencies> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-kernel-api</artifactId> </dependency> <dependency> <groupId>org.sakaiproject.kernel</groupId> <artifactId>sakai-component-manager</artifactId> </dependency> </dependencies> </project>