Skip to content

Commit 0a5eaf6

Browse files
committed
update
1 parent c4d8b47 commit 0a5eaf6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
Not to be confused with JavaScript, this general-purpose language was designed to be easier to use than C++, which was a notoriously complex language. 90% of the Fortune 500 companies have since used Java to develop desktop apps and website backend systems.
22

3-
Java is a highly portable language as it must be executed through a cross-platform compatible Java Virtual Machine (JVM).Furthermore, Android apps are also developed using Java since the Android Operating System runs on a Java language environment.
3+
Java is a highly portable language as it must be executed through a cross-platform compatible Java Virtual Machine (JVM).Furthermore, Android apps are also developed using Java since the Android Operating System runs on a Java language environment.
4+
5+
https://mvnrepository.com/artifact/redis.clients/jedis/1.5.2
6+
7+
// https://mvnrepository.com/artifact/redis.clients/jedis
8+
libraryDependencies += "redis.clients" % "jedis" % "1.5.2"
9+
10+
<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
11+
<dependency>
12+
<groupId>redis.clients</groupId>
13+
<artifactId>jedis</artifactId>
14+
<version>1.5.2</version>
15+
</dependency>

0 commit comments

Comments
 (0)