Abdera Extensions - Main.
Atom Specification Extensions - Main.
Here is the list of declaration for abdera-extensions-main. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-extensions-main</artifactId> <version>1.1.1</version> </dependency>
If you think this Maven repository POM file listing for abdera-extensions-main is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The abdera-extensions-main-1.1.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JEE | abdera-core 1.1.1 Atom Specification Implementation Core | 6 |
Network | abdera-client 1.1.1 Atom Publishing Protocol Client Implementation | 9 |
The following packages are defined in the abdera-extensions-main-1.1.1.jar
org.apache.abdera.ext.bidi org.apache.abdera.ext.history org.apache.abdera.ext.license org.apache.abdera.ext.thread org.apache.abdera.ext.tombstones
Here is the content of the POM file.
<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"> <parent> <groupId>org.apache.abdera</groupId> <artifactId>abdera</artifactId> <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>abdera-extensions-main</artifactId> <packaging>bundle</packaging> <name>Abdera Extensions - Main</name> <version>1.1.1</version> <description>Atom Specification Extensions - Main</description> <properties> <topDir>${basedir}/../..</topDir> <abdera.osgi.default.exports> org.apache.abdera.ext.* </abdera.osgi.default.exports> </properties> <dependencies> <dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-core</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-client</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>