| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bitbucket.goalhub |
| Идентификатор | Идентификаторgrammar |
| Версия | Версия2.2.0 |
| Тип | Типpom |
| Описание |
Описаниеorg.bitbucket.goalhub:grammar
The GOAL grammar, and tools for parsing and semantic analysis of GOAL agent program code.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| grammar-2.2.0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bitbucket.goalhub/grammar/ -->
<dependency>
<groupId>org.bitbucket.goalhub</groupId>
<artifactId>grammar</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/grammar/
implementation 'org.bitbucket.goalhub:grammar:2.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.goalhub/grammar/
implementation ("org.bitbucket.goalhub:grammar:2.2.0")
'org.bitbucket.goalhub:grammar:pom:2.2.0'
<dependency org="org.bitbucket.goalhub" name="grammar" rev="2.2.0">
<artifact name="grammar" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.goalhub', module='grammar', version='2.2.0')
)
libraryDependencies += "org.bitbucket.goalhub" % "grammar" % "2.2.0"
[org.bitbucket.goalhub/grammar "2.2.0"]