Model library description

1.Maven

    The XWorker model repository is published to Maven and can be found in the Maven repository View the XWorker Model Library on the website. Only part of the model library is listed here.

2. SNAPSHOT version dependent settings

    If you want to use the SNAPSHOT version of the model library, you can add the Sonatype repository to the pom.xml file.

<repositories>
    <repository>
        <id>sonatype</id>
        <name>sonatype Repository</name>
        <url>https://oss.sonatype.org/content/groups/public/</url>
        <releases>
            <enabled>false</enabled>
        </releases>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <layout>default</layout>
    </repository>
</repositories>

3. Documentation and examples

    The documentation and examples of the model library can generally be found in the model editor.

 

Copyright ©  2007-2019 XWorker.org  版权所有  沪ICP备08000575号