common-thirdparty.jcasbin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.diamondq.common</groupId> <artifactId>common-thirdparty.jcasbin</artifactId> <version>1.4.0</version> </dependency>
<?xml version="1.0"?> <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.diamondq.common</groupId> <artifactId>common-thirdparty.jcasbin</artifactId> <version>1.4.0</version> <packaging>bundle</packaging> <name>DiamondQ Common: Third Party: jcasbin</name> <description>OSGi Wrapper of jcasbin</description> <url>http://www.diamondq.com/common-thirdparty.jcasbin</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>mmansell</id> <name>Mike Mansell</name> <email>code@michaelmansell.com</email> <organization>DiamondQ</organization> <organizationUrl>http://www.diamondq.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git:github.com:diamondq/osgi-thirdparty.git/common-thirdparty.jcasbin</connection> <developerConnection>scm:git:ssh://github.com:diamondq/osgi-thirdparty.git/common-thirdparty.jcasbin</developerConnection> <url>https://github.com/diamondq/osgi-thirdparty/tree/master/common-thirdparty.jcasbin</url> </scm> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.3</version> <scope>compile</scope> </dependency> </dependencies> </project>