| License |
License |
|---|---|
| GroupId | GroupIdorg.fuin.dsl.ddd |
| ArtifactId | ArtifactIdorg.fuin.dsl.ddd |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionDDD DSL Core
Xtext based DSL supporting Domain-driven design (DDD)
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| org.fuin.dsl.ddd-0.3.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fuin.dsl.ddd/org.fuin.dsl.ddd/ -->
<dependency>
<groupId>org.fuin.dsl.ddd</groupId>
<artifactId>org.fuin.dsl.ddd</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fuin.dsl.ddd/org.fuin.dsl.ddd/
implementation 'org.fuin.dsl.ddd:org.fuin.dsl.ddd:0.3.0'
// https://jarcasting.com/artifacts/org.fuin.dsl.ddd/org.fuin.dsl.ddd/
implementation ("org.fuin.dsl.ddd:org.fuin.dsl.ddd:0.3.0")
'org.fuin.dsl.ddd:org.fuin.dsl.ddd:pom:0.3.0'
<dependency org="org.fuin.dsl.ddd" name="org.fuin.dsl.ddd" rev="0.3.0">
<artifact name="org.fuin.dsl.ddd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fuin.dsl.ddd', module='org.fuin.dsl.ddd', version='0.3.0')
)
libraryDependencies += "org.fuin.dsl.ddd" % "org.fuin.dsl.ddd" % "0.3.0"
[org.fuin.dsl.ddd "0.3.0"]