FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-java/sonatype.sbt at develop · MyWayToJavaJunior/msgpack-java · GitHub
MyWayToJavaJunior
/
msgpack-java
Public
forked from
isopov/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-java
/
sonatype.sbt
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (45 loc) · 1.33 KB
Breadcrumbs
msgpack-java
/
sonatype.sbt
Copy path
File metadata and controls
46 lines (45 loc) · 1.33 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
sonatypeProfileName
:=
"
org.msgpack
"
pomExtra in
Global
:=
{
<
url
>http
://
msgpack.org
/</
url
>
<
licenses
>
<
license
>
<
name
>
Apache
2
</
name
>
<
url
>http
://
www.apache.org
/
licenses
/
LICENSE
-
2.0
.txt</
url
>
</
license
>
</
licenses
>
<
scm
>
<
connection
>scm
:
git
:
github.com
/
msgpack
/
msgpack
-
java.git</
connection
>
<
developerConnection
>scm
:
git
:
git
@
github.com
:
msgpack
/
msgpack
-
java.git</
developerConnection
>
<
url
>github.com
/
msgpack
/
msgpack
-
java.git</
url
>
</
scm
>
<
properties
>
<
project
.build.sourceEncoding>
UTF
-
8
</
project
.build.sourceEncoding>
</
properties
>
<
developers
>
<
developer
>
<
id
>frsyuki</
id
>
<
name
>
Sadayuki
Furuhashi
</
name
>
<
email
>frsyuki
@
users.sourceforge.jp</
email
>
</
developer
>
<
developer
>
<
id
>muga</
id
>
<
name
>
Muga
Nishizawa
</
name
>
<
email
>muga.nishizawa
@
gmail.com</
email
>
</
developer
>
<
developer
>
<
id
>oza</
id
>
<
name
>
Tsuyoshi
Ozawa
</
name
>
<
url
>https
://
github.com
/
oza</
url
>
</
developer
>
<
developer
>
<
id
>komamitsu</
id
>
<
name
>
Mitsunori
Komatsu
</
name
>
<
email
>komamitsu
@
gmail.com</
email
>
</
developer
>
<
developer
>
<
id
>xerial</
id
>
<
name
>
Taro
L
.
Saito
</
name
>
<
email
>leo
@
xerial.org</
email
>
</
developer
>
</
developers
>
}
Back
|
FazBrowse Home
|
New Git URL