| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ansell.semargl |
| Идентификатор | Идентификаторsemargl-integration |
| Последняя версия | Последняя версия0.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSemargl: Integration
Semargl is a modular framework for crawling linked data from structured documents.
The main goal of project is to provide lightweight and performant tool without excess dependencies.
|
| Имя Файла | Размер |
|---|---|
| semargl-integration-0.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-integration/ -->
<dependency>
<groupId>com.github.ansell.semargl</groupId>
<artifactId>semargl-integration</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-integration/
implementation 'com.github.ansell.semargl:semargl-integration:0.5'
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-integration/
implementation ("com.github.ansell.semargl:semargl-integration:0.5")
'com.github.ansell.semargl:semargl-integration:pom:0.5'
<dependency org="com.github.ansell.semargl" name="semargl-integration" rev="0.5">
<artifact name="semargl-integration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.semargl', module='semargl-integration', version='0.5')
)
libraryDependencies += "com.github.ansell.semargl" % "semargl-integration" % "0.5"
[com.github.ansell.semargl/semargl-integration "0.5"]