St200 part of Minus component library.
This the st200 part of the Minus component library..
Here is the list of declaration for st200. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.objectweb.think.minus</groupId> <artifactId>st200</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for st200 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The st200-1.0 has 1 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 |
---|---|---|
Development | generic 1.0 This the generic part of the Minus component library. | 8 |
The following plugins are used in the st200-1.0.jar
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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.objectweb.think.minus</groupId> <artifactId>parent</artifactId> <version>1.0</version> </parent> <groupId>org.objectweb.think.minus</groupId> <artifactId>st200</artifactId> <name>St200 part of Minus component library</name> <packaging>cecilia-library</packaging> <description> This the st200 part of the Minus component library. </description> <contributors> <!-- TODO WRITE CONTRIBUTORS HERE --> </contributors> <build> <plugins> <plugin> <groupId>org.objectweb.fractal.cecilia</groupId> <artifactId>maven-car-plugin</artifactId> <version>${cecilia.version}</version> <executions> <execution> <goals> <goal>test-car</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <scm> <connection>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/st200</connection> <developerConnection>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/st200</developerConnection> <url>scm:svn:http://svn.mpcom.codex.cro.st.com/svnroot/mpcom/minus/tags/minus-1.0/minus/st200</url> </scm> <dependencies> <dependency> <groupId>org.objectweb.think.minus</groupId> <artifactId>generic</artifactId> <version>1.0</version> <type>car</type> </dependency> </dependencies> </project>