We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375c7a5 commit 1418f53Copy full SHA for 1418f53
android-jsc.pom
@@ -11,4 +11,24 @@
11
<description>JavaScriptCore library for android</description>
12
<url>https://www.webkit.org</url>
13
14
+ <licenses>
15
+ <license>
16
+ <name>BSD License</name>
17
+ <url>https://raw.githubusercontent.com/facebook/android-jsc/master/LICENSE</url>
18
+ </license>
19
+ </licenses>
20
+
21
+ <developers>
22
+ <developer>
23
+ <id>kmagiera</id>
24
+ <name>Krzysztof Magiera</name>
25
+ <url>https://github.com/kmagiera</url>
26
+ </developer>
27
+ </developers>
28
29
+ <scm>
30
+ <connection>https://github.com/facebook/android-jsc.git</connection>
31
+ <developerConnection>https://github.com/facebook/android-jsc.git</developerConnection>
32
+ <url>https://github.com/facebook/android-jsc</url>
33
+ </scm>
34
</project>
0 commit comments