FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphql-java/graphql-java-2.4.0-no-slf4j.pom at master · jleskovar/graphql-java · GitHub
jleskovar
/
graphql-java
Public
forked from
graphql-java/graphql-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
graphql-java
/
graphql-java-2.4.0-no-slf4j.pom
Copy path
More file actions
More file actions
Latest commit
History
History
History
104 lines (96 loc) · 3.53 KB
Breadcrumbs
graphql-java
/
graphql-java-2.4.0-no-slf4j.pom
Copy path
File metadata and controls
104 lines (96 loc) · 3.53 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
project
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
groupId
>com.github.jleskovar</
groupId
>
<
artifactId
>graphql-java</
artifactId
>
<
version
>2.4.0-no-slf4j</
version
>
<
name
>graphql-java</
name
>
<
description
>graphql-java sans slf4j</
description
>
<
url
>https://github.com/jleskovar/graphql-java.git/</
url
>
<
licenses
>
<
license
>
<
name
>MIT</
name
>
<
url
>https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md</
url
>
</
license
>
</
licenses
>
<
developers
>
<
developer
>
<
name
>James Leskovar</
name
>
<
email
>jleskovar@gmail.com</
email
>
<
organization
>com.github.jleskovar</
organization
>
<
organizationUrl
>http://github.com/jleskovar</
organizationUrl
>
</
developer
>
</
developers
>
<
scm
>
<
connection
>scm:git:git@github.com:jleskovar/graphql-java.git</
connection
>
<
developerConnection
>scm:git:git@github.com:jleskovar/graphql-java.git</
developerConnection
>
<
url
>https://github.com/jleskovar/graphql-java.git</
url
>
<
tag
>HEAD</
tag
>
</
scm
>
<
packaging
>jar</
packaging
>
<
distributionManagement
>
<
snapshotRepository
>
<
id
>ossrh</
id
>
<
url
>https://oss.sonatype.org/content/repositories/snapshots</
url
>
</
snapshotRepository
>
<
repository
>
<
id
>ossrh</
id
>
<
url
>https://oss.sonatype.org/service/local/staging/deploy/maven2/</
url
>
</
repository
>
</
distributionManagement
>
<
build
>
<
plugins
>
<
plugin
>
<
groupId
>org.sonatype.plugins</
groupId
>
<
artifactId
>nexus-staging-maven-plugin</
artifactId
>
<
version
>1.6.7</
version
>
<
extensions
>true</
extensions
>
<
configuration
>
<
serverId
>ossrh</
serverId
>
<
nexusUrl
>https://oss.sonatype.org/</
nexusUrl
>
<
autoReleaseAfterClose
>true</
autoReleaseAfterClose
>
</
configuration
>
</
plugin
>
</
plugins
>
</
build
>
<
dependencies
>
<
dependency
>
<
groupId
>org.antlr</
groupId
>
<
artifactId
>antlr4-runtime</
artifactId
>
<
version
>4.5.1</
version
>
<
scope
>compile</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>junit</
groupId
>
<
artifactId
>junit</
artifactId
>
<
version
>4.11</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.spockframework</
groupId
>
<
artifactId
>spock-core</
artifactId
>
<
version
>1.0-groovy-2.4</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.codehaus.groovy</
groupId
>
<
artifactId
>groovy-all</
artifactId
>
<
version
>2.4.4</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>cglib</
groupId
>
<
artifactId
>cglib-nodep</
artifactId
>
<
version
>3.1</
version
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.objenesis</
groupId
>
<
artifactId
>objenesis</
artifactId
>
<
version
>2.1</
version
>
<
scope
>test</
scope
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL