FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
docker-java/docker-java-transport/pom.xml at 3.5.2 · docker-java/docker-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
docker-java
/
docker-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.2k
Code
Issues
41
Pull requests
61
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
docker-java
/
docker-java-transport
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (51 loc) · 1.61 KB
Breadcrumbs
docker-java
/
docker-java-transport
/
pom.xml
Copy path
File metadata and controls
59 lines (51 loc) · 1.61 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
<
project
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
parent
>
<
groupId
>com.github.docker-java</
groupId
>
<
artifactId
>docker-java-parent</
artifactId
>
<
version
>0-SNAPSHOT</
version
>
<
relativePath
>../pom.xml</
relativePath
>
</
parent
>
<
artifactId
>docker-java-transport</
artifactId
>
<
packaging
>jar</
packaging
>
<
name
>docker-java-transport</
name
>
<
url
>https://github.com/docker-java/docker-java</
url
>
<
description
>Java API Client for Docker</
description
>
<
properties
>
<
automatic
.module.name>com.github.dockerjava.transport</
automatic
.module.name>
</
properties
>
<
dependencies
>
<
dependency
>
<
groupId
>com.google.code.findbugs</
groupId
>
<
artifactId
>annotations</
artifactId
>
<
version
>3.0.1u2</
version
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.immutables</
groupId
>
<
artifactId
>value</
artifactId
>
<
version
>2.10.1</
version
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>net.java.dev.jna</
groupId
>
<
artifactId
>jna</
artifactId
>
<
version
>5.17.0</
version
>
<
scope
>provided</
scope
>
</
dependency
>
</
dependencies
>
<
build
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.felix</
groupId
>
<
artifactId
>maven-bundle-plugin</
artifactId
>
<
extensions
>true</
extensions
>
<
configuration
>
<
instructions
>
<
Export-Package
>com.github.dockerjava.transport.*</
Export-Package
>
</
instructions
>
</
configuration
>
</
plugin
>
</
plugins
>
</
build
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL