XWorker's model library is published on Maven and can be imported through Maven. You can view the XWorker model library on the website of Maven repository.
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>
The documentation and examples of the model library can generally be found in the model editor.
Copyright © 2007-2019 XWorker.org 版权所有 沪ICP备08000575号