FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-ee-examples/timer/client/pom.xml at master · daggerok/java-ee-examples · GitHub
daggerok
/
java-ee-examples
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
17
Code
Issues
0
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
java-ee-examples
/
timer
/
client
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 682 Bytes
Breadcrumbs
java-ee-examples
/
timer
/
client
/
pom.xml
Copy path
File metadata and controls
23 lines (20 loc) · 682 Bytes
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
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
project
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
parent
>
<
groupId
>daggerok</
groupId
>
<
artifactId
>parent</
artifactId
>
<
version
>0.0.1</
version
>
</
parent
>
<
artifactId
>client</
artifactId
>
<
packaging
>war</
packaging
>
<
dependencies
>
<
dependency
>
<
groupId
>daggerok</
groupId
>
<
artifactId
>ejb-impl</
artifactId
>
<
version
>0.0.1</
version
>
<
type
>ejb</
type
>
</
dependency
>
</
dependencies
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL