1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
4.0.0
io.github.yfedoseev
meta-oxide
0.1.0
jar
MetaOxide
Fast metadata extraction for Java - extracts 13 metadata formats including Open Graph, Twitter Cards, JSON-LD, Microdata, RDFa, Microformats, and more
https://github.com/yfedoseev/meta-oxide
MIT License
https://opensource.org/licenses/MIT
repo
Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
repo
yfedoseev
Yury Fedoseev
yfedoseev@gmail.com
scm:git:git://github.com/yfedoseev/meta-oxide.git
scm:git:ssh://github.com:yfedoseev/meta-oxide.git
https://github.com/yfedoseev/meta-oxide/tree/main
UTF-8
1.8
1.8
5.10.1
2.16.0
<!-- JSON Processing -->
com.fasterxml.jackson.core
jackson-databind
${jackson.version}
<!-- Testing -->
org.junit.jupiter
junit-jupiter-api
${junit.version}
test
org.junit.jupiter
junit-jupiter-engine
${junit.version}
test
org.junit.jupiter
junit-jupiter-params
${junit.version}
test
<!-- Compiler Plugin -->
org.apache.maven.plugins
maven-compiler-plugin
3.11.0
1.8
1.8
UTF-8
<!-- Surefire Plugin for Tests -->
org.apache.maven.plugins
maven-surefire-plugin
3.2.2
**/*Test.java
<!-- JAR Plugin -->
org.apache.maven.plugins
maven-jar-plugin
3.3.0
true
true
<!-- Source Plugin -->
org.apache.maven.plugins
maven-source-plugin
3.3.0
attach-sources
jar-no-fork
<!-- Javadoc Plugin -->
org.apache.maven.plugins
maven-javadoc-plugin
3.6.3
attach-javadocs
jar
8
none
<!-- GPG Plugin for Signing -->
org.apache.maven.plugins
maven-gpg-plugin
3.1.0
sign-artifacts
verify
sign
${skipSigning}
<!-- Nexus Staging Plugin -->
org.sonatype.plugins
nexus-staging-maven-plugin
1.6.13
true
ossrh
https://s01.oss.sonatype.org/
true
ossrh
https://s01.oss.sonatype.org/content/repositories/snapshots
ossrh
https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
<!-- Profile for skipping GPG signing during development -->
dev
true