Skip to content

Commit f705743

Browse files
authored
Add maven mapping support (#9)
Fixes #17 And update the maven usage example
1 parent af4379e commit f705743

File tree

118 files changed

+12624
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+12624
-98
lines changed

.classpath

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9+
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10+
<attributes>
11+
<attribute name="gradle_scope" value="main"/>
12+
<attribute name="gradle_used_by_scope" value="main,test"/>
13+
</attributes>
14+
</classpathentry>
915
<classpathentry kind="src" output="bin/test" path="src/test/java">
1016
<attributes>
1117
<attribute name="gradle_scope" value="test"/>

data/4.10/maven-artifacts.json

+195
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,99 @@
11
[
2+
{
3+
"groupId": "com.google.code.gson",
4+
"artifactId": "gson",
5+
"version": "2.8.2"
6+
},
7+
{
8+
"groupId": "com.ibm.icu",
9+
"artifactId": "icu4j",
10+
"version": "63.1"
11+
},
12+
{
13+
"groupId": "com.jcraft",
14+
"artifactId": "jsch",
15+
"version": "0.1.54"
16+
},
17+
{
18+
"groupId": "javax.inject",
19+
"artifactId": "javax.inject",
20+
"version": "1"
21+
},
22+
{
23+
"groupId": "javax.servlet",
24+
"artifactId": "javax.servlet-api",
25+
"version": "3.1.0"
26+
},
27+
{
28+
"groupId": "org.apache.ant",
29+
"artifactId": "ant",
30+
"version": "1.10.5"
31+
},
32+
{
33+
"groupId": "org.apache.xmlgraphics",
34+
"artifactId": "batik-css",
35+
"version": "1.10"
36+
},
37+
{
38+
"groupId": "commons-codec",
39+
"artifactId": "commons-codec",
40+
"version": "1.10"
41+
},
42+
{
43+
"groupId": "commons-io",
44+
"artifactId": "commons-io",
45+
"version": "2.2"
46+
},
47+
{
48+
"groupId": "commons-jxpath",
49+
"artifactId": "commons-jxpath",
50+
"version": "1.3"
51+
},
52+
{
53+
"groupId": "commons-logging",
54+
"artifactId": "commons-logging",
55+
"version": "1.2"
56+
},
57+
{
58+
"groupId": "org.apache.felix",
59+
"artifactId": "org.apache.felix.gogo.command",
60+
"version": "1.0.2"
61+
},
62+
{
63+
"groupId": "org.apache.felix",
64+
"artifactId": "org.apache.felix.gogo.runtime",
65+
"version": "1.1.0"
66+
},
67+
{
68+
"groupId": "org.apache.felix",
69+
"artifactId": "org.apache.felix.gogo.shell",
70+
"version": "1.1.0"
71+
},
72+
{
73+
"groupId": "org.apache.httpcomponents",
74+
"artifactId": "httpclient",
75+
"version": "4.5.5"
76+
},
77+
{
78+
"groupId": "org.apache.httpcomponents",
79+
"artifactId": "httpcore",
80+
"version": "4.4.9"
81+
},
82+
{
83+
"groupId": "org.apache.lucene",
84+
"artifactId": "lucene-core",
85+
"version": "7.5.0"
86+
},
87+
{
88+
"groupId": "org.apache.sshd",
89+
"artifactId": "sshd-core",
90+
"version": "2.0.0"
91+
},
92+
{
93+
"groupId": "org.apiguardian",
94+
"artifactId": "apiguardian-api",
95+
"version": "1.0.0"
96+
},
297
{
398
"groupId": "org.eclipse.platform",
499
"artifactId": "org.eclipse.ant.core",
@@ -299,6 +394,31 @@
299394
"artifactId": "org.eclipse.e4.ui.workbench3",
300395
"version": "0.14.200"
301396
},
397+
{
398+
"groupId": "org.eclipse.ecf",
399+
"artifactId": "org.eclipse.ecf",
400+
"version": "3.9.3"
401+
},
402+
{
403+
"groupId": "org.eclipse.ecf",
404+
"artifactId": "org.eclipse.ecf.identity",
405+
"version": "3.9.1"
406+
},
407+
{
408+
"groupId": "org.eclipse.emf",
409+
"artifactId": "org.eclipse.emf.common",
410+
"version": "2.15.0"
411+
},
412+
{
413+
"groupId": "org.eclipse.emf",
414+
"artifactId": "org.eclipse.emf.ecore.change",
415+
"version": "2.13.0"
416+
},
417+
{
418+
"groupId": "org.eclipse.emf",
419+
"artifactId": "org.eclipse.emf.ecore.xmi",
420+
"version": "2.15.0"
421+
},
302422
{
303423
"groupId": "org.eclipse.platform",
304424
"artifactId": "org.eclipse.equinox.app",
@@ -1433,5 +1553,80 @@
14331553
"groupId": "org.eclipse.platform",
14341554
"artifactId": "org.eclipse.urischeme",
14351555
"version": "1.0.100"
1556+
},
1557+
{
1558+
"groupId": "junit",
1559+
"artifactId": "junit",
1560+
"version": "4.12"
1561+
},
1562+
{
1563+
"groupId": "org.junit.jupiter",
1564+
"artifactId": "junit-jupiter-api",
1565+
"version": "5.3.1"
1566+
},
1567+
{
1568+
"groupId": "org.junit.jupiter",
1569+
"artifactId": "junit-jupiter-engine",
1570+
"version": "5.3.1"
1571+
},
1572+
{
1573+
"groupId": "org.junit.jupiter",
1574+
"artifactId": "junit-jupiter-migrationsupport",
1575+
"version": "5.3.1"
1576+
},
1577+
{
1578+
"groupId": "org.junit.jupiter",
1579+
"artifactId": "junit-jupiter-params",
1580+
"version": "5.3.1"
1581+
},
1582+
{
1583+
"groupId": "org.junit.platform",
1584+
"artifactId": "junit-platform-commons",
1585+
"version": "1.3.1"
1586+
},
1587+
{
1588+
"groupId": "org.junit.platform",
1589+
"artifactId": "junit-platform-engine",
1590+
"version": "1.3.1"
1591+
},
1592+
{
1593+
"groupId": "org.junit.platform",
1594+
"artifactId": "junit-platform-launcher",
1595+
"version": "1.3.1"
1596+
},
1597+
{
1598+
"groupId": "org.junit.platform",
1599+
"artifactId": "junit-platform-runner",
1600+
"version": "1.3.1"
1601+
},
1602+
{
1603+
"groupId": "org.junit.platform",
1604+
"artifactId": "junit-platform-suite-api",
1605+
"version": "1.3.1"
1606+
},
1607+
{
1608+
"groupId": "org.junit.vintage",
1609+
"artifactId": "junit-vintage-engine",
1610+
"version": "5.3.1"
1611+
},
1612+
{
1613+
"groupId": "org.opentest4j",
1614+
"artifactId": "opentest4j",
1615+
"version": "1.1.1"
1616+
},
1617+
{
1618+
"groupId": "org.ow2.sat4j",
1619+
"artifactId": "org.ow2.sat4j.core",
1620+
"version": "2.3.5"
1621+
},
1622+
{
1623+
"groupId": "org.ow2.sat4j",
1624+
"artifactId": "org.ow2.sat4j.pb",
1625+
"version": "2.3.5"
1626+
},
1627+
{
1628+
"groupId": "org.tukaani",
1629+
"artifactId": "xz",
1630+
"version": "1.8"
14361631
}
14371632
]

0 commit comments

Comments
 (0)