| Категории |
КатегорииUML Прикладные библиотеки Documents Processing |
|---|---|
| Группа | Группаcom.github.davidmoten |
| Идентификатор | Идентификаторxuml-model-compiler-runtime |
| Версия | Версия0.4.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/xuml-model-compiler-runtime/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>xuml-model-compiler-runtime</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/xuml-model-compiler-runtime/
implementation 'com.github.davidmoten:xuml-model-compiler-runtime:0.4.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/xuml-model-compiler-runtime/
implementation ("com.github.davidmoten:xuml-model-compiler-runtime:0.4.2")
'com.github.davidmoten:xuml-model-compiler-runtime:jar:0.4.2'
<dependency org="com.github.davidmoten" name="xuml-model-compiler-runtime" rev="0.4.2">
<artifact name="xuml-model-compiler-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='xuml-model-compiler-runtime', version='0.4.2')
)
libraryDependencies += "com.github.davidmoten" % "xuml-model-compiler-runtime" % "0.4.2"
[com.github.davidmoten/xuml-model-compiler-runtime "0.4.2"]