Maven Repository - POM file for Android actors 0.6.1 0.6.1

Summary

DroidKit-Actors.

DroidKit Actors is simple actor model implementation for java and Android.

Declaration

Here is the list of declaration for actors. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.droidkit</groupId>
   <artifactId>actors</artifactId>
   <version>0.6.1</version>
</dependency>

If you think this Maven repository POM file listing for actors is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The MIT License (MIT)
URL: http://opensource.org/licenses/MIT.





POM File Source

Here is the content of the POM file.

<?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>com.droidkit</groupId>
  <artifactId>actors</artifactId>
  <version>0.6.1</version>
  <name>DroidKit-Actors</name>
  <description>DroidKit Actors is simple actor model implementation for java and Android</description>
  <url>https://github.com/actorapp/droidkit-actors</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git@github.com:actorapp/droidkit-actors.git</connection>
    <developerConnection>scm:git@github.com:actorapp/droidkit-actors.git</developerConnection>
    <url>scm:git@github.com:actorapp/droidkit-actors.git</url>
  </scm>
</project>