License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
GroupId | GroupIdcom.github.sebhoss |
ArtifactId | ArtifactIdwikitext-bom |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBill of material for all Maven-based projects
|
Filename | Size |
---|---|
wikitext-bom-2.0.6.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/wikitext-bom/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>wikitext-bom</artifactId>
<version>2.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/wikitext-bom/
implementation 'com.github.sebhoss:wikitext-bom:2.0.6'
// https://jarcasting.com/artifacts/com.github.sebhoss/wikitext-bom/
implementation ("com.github.sebhoss:wikitext-bom:2.0.6")
'com.github.sebhoss:wikitext-bom:pom:2.0.6'
<dependency org="com.github.sebhoss" name="wikitext-bom" rev="2.0.6">
<artifact name="wikitext-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='wikitext-bom', version='2.0.6')
)
libraryDependencies += "com.github.sebhoss" % "wikitext-bom" % "2.0.6"
[com.github.sebhoss/wikitext-bom "2.0.6"]