| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUML Прикладные библиотеки Documents Processing |
| Группа | Группаorg.umlg |
| Идентификатор | Идентификаторtest |
| Версия | Версия2.0.8 |
| Тип | Типpom |
| Описание |
Описаниеumlg test pom
Umlg is a uml to java code generator. From uml class diagrams, java entities are generated. The
entities persist in graph databases.
|
| Имя Файла | Размер |
|---|---|
| test-2.0.8.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.umlg/test/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>test</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/test/
implementation 'org.umlg:test:2.0.8'
// https://jarcasting.com/artifacts/org.umlg/test/
implementation ("org.umlg:test:2.0.8")
'org.umlg:test:pom:2.0.8'
<dependency org="org.umlg" name="test" rev="2.0.8">
<artifact name="test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='test', version='2.0.8')
)
libraryDependencies += "org.umlg" % "test" % "2.0.8"
[org.umlg/test "2.0.8"]