File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 99 <version >2.7.6</version >
1010 <packaging >pom</packaging >
1111
12+ <name >jetcache</name >
13+ <description >a Java cache abstraction which provides consistent use for various caching solutions</description >
14+ <url >https://github.com/alibaba/jetcache</url >
15+ <inceptionYear >2013</inceptionYear >
16+
17+ <licenses >
18+ <license >
19+ <name >The Apache License, Version 2.0</name >
20+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
21+ </license >
22+ </licenses >
23+
24+ <developers >
25+ <developer >
26+ <name >huangli</name >
27+ <email >areyouok@gmail.com</email >
28+ </developer >
29+ </developers >
30+
31+ <scm >
32+ <connection >scm:git:https://github.com/alibaba/jetcache.git</connection >
33+ <url >https://github.com/alibaba/jetcache</url >
34+ </scm >
35+
1236 <properties >
1337 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1438 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments