Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dynamic Model Representation

License

NotificationsYou must be signed in to change notification settings

jbossas/jboss-dmr

JBoss DMR (Dynamic Model Representation) is a Java library that provides a simple API to build up arbitrarily complex data structures using a small number of Java types.

It is a foundational piece ofWildFly which uses JBoss DMR to represent its large and complex management model.

JBoss DMR is released as a single Maven artifact with the coordinates:

<dependency>    <groupId>org.jboss</groupId>    <artifactId>jboss-dmr</artifactId></dependency>

Build JBoss DMR

Prerequisites:

  • JDK 11 or newer - checkjava -version
  • Maven 3.6.0 or newer - checkmvn -v

To build with your own Maven installation:

mvn package

Reporting Issues

JBoss DMR uses JIRA to manage issues. All issues can be foundhere.

To create a new issue, comment on an existing issue, or assign an issue to yourself, you'll need to firstcreate a JIRA account.

Release Procedure

JBoss DMR is released inJBoss Nexus Repository

To release a new version of JBoss DMR:

mvn release:preparemvn release:perform

[8]ページ先頭

©2009-2025 Movatter.jp