| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Сеть |
| Группа | Группаnet.sf.xsemantics |
| Идентификатор | Идентификаторit.xsemantics.parent |
| Последняя версия | Последняя версия1.12.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеXsemantics
Xsemantics is a DSL for writing type systems, reduction rules, interpreters and in general relation rules for languages implemented in Xtext.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| it.xsemantics.parent-1.12.1.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.xsemantics/it.xsemantics.parent/ -->
<dependency>
<groupId>net.sf.xsemantics</groupId>
<artifactId>it.xsemantics.parent</artifactId>
<version>1.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xsemantics/it.xsemantics.parent/
implementation 'net.sf.xsemantics:it.xsemantics.parent:1.12.1'
// https://jarcasting.com/artifacts/net.sf.xsemantics/it.xsemantics.parent/
implementation ("net.sf.xsemantics:it.xsemantics.parent:1.12.1")
'net.sf.xsemantics:it.xsemantics.parent:pom:1.12.1'
<dependency org="net.sf.xsemantics" name="it.xsemantics.parent" rev="1.12.1">
<artifact name="it.xsemantics.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.xsemantics', module='it.xsemantics.parent', version='1.12.1')
)
libraryDependencies += "net.sf.xsemantics" % "it.xsemantics.parent" % "1.12.1"
[net.sf.xsemantics/it.xsemantics.parent "1.12.1"]