PEG.js Bower package
This repository contains the files necessary to make PEG.js available in the Browser through bower.
Installation
bower install pegjs
Need a new version?
If you need a new version of this package, please open an issue.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars.bower |
| Идентификатор | Идентификаторpegjs |
| Последняя версия | Последняя версия0.9.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpegjs
WebJar for pegjs
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| pegjs-0.9.0.pom | |
| pegjs-0.9.0.jar | 37 KB |
| pegjs-0.9.0-sources.jar | 22 bytes |
| pegjs-0.9.0-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/pegjs/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>pegjs</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/pegjs/
implementation 'org.webjars.bower:pegjs:0.9.0'
// https://jarcasting.com/artifacts/org.webjars.bower/pegjs/
implementation ("org.webjars.bower:pegjs:0.9.0")
'org.webjars.bower:pegjs:jar:0.9.0'
<dependency org="org.webjars.bower" name="pegjs" rev="0.9.0">
<artifact name="pegjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='pegjs', version='0.9.0')
)
libraryDependencies += "org.webjars.bower" % "pegjs" % "0.9.0"
[org.webjars.bower/pegjs "0.9.0"]
This repository contains the files necessary to make PEG.js available in the Browser through bower.
bower install pegjs
If you need a new version of this package, please open an issue.