Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.mod4j |
ArtifactId | ArtifactIdmod4j-businessdomain-xtext |
Version | Version1.0.0-beta-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mod4j/mod4j-businessdomain-xtext/ -->
<dependency>
<groupId>org.mod4j</groupId>
<artifactId>mod4j-businessdomain-xtext</artifactId>
<version>1.0.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j/mod4j-businessdomain-xtext/
implementation 'org.mod4j:mod4j-businessdomain-xtext:1.0.0-beta-3'
// https://jarcasting.com/artifacts/org.mod4j/mod4j-businessdomain-xtext/
implementation ("org.mod4j:mod4j-businessdomain-xtext:1.0.0-beta-3")
'org.mod4j:mod4j-businessdomain-xtext:jar:1.0.0-beta-3'
<dependency org="org.mod4j" name="mod4j-businessdomain-xtext" rev="1.0.0-beta-3">
<artifact name="mod4j-businessdomain-xtext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j', module='mod4j-businessdomain-xtext', version='1.0.0-beta-3')
)
libraryDependencies += "org.mod4j" % "mod4j-businessdomain-xtext" % "1.0.0-beta-3"
[org.mod4j/mod4j-businessdomain-xtext "1.0.0-beta-3"]