License |
License |
---|---|
GroupId | GroupIdcom.github.ansell.semargl |
ArtifactId | ArtifactIdsemargl-integration |
Version | Version0.5 |
Type | Typepom |
Description |
DescriptionSemargl: 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.
|
Filename | Size |
---|---|
semargl-integration-0.5.pom | 1 KB |
Browse |
<!-- 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"]