License |
License |
---|---|
GroupId | GroupIdcom.github.ansell.semargl |
ArtifactId | ArtifactIdsemargl-parent |
Version | Version0.5 |
Type | Typepom |
Description |
DescriptionSemargl: Parent Aggregator
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
semargl-parent-0.5.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-parent/ -->
<dependency>
<groupId>com.github.ansell.semargl</groupId>
<artifactId>semargl-parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-parent/
implementation 'com.github.ansell.semargl:semargl-parent:0.5'
// https://jarcasting.com/artifacts/com.github.ansell.semargl/semargl-parent/
implementation ("com.github.ansell.semargl:semargl-parent:0.5")
'com.github.ansell.semargl:semargl-parent:pom:0.5'
<dependency org="com.github.ansell.semargl" name="semargl-parent" rev="0.5">
<artifact name="semargl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.semargl', module='semargl-parent', version='0.5')
)
libraryDependencies += "com.github.ansell.semargl" % "semargl-parent" % "0.5"
[com.github.ansell.semargl/semargl-parent "0.5"]