Skip to content

Commit 2bd4486

Browse files
committed
#2 se puede instalar desde pom.xml de forma facil
1 parent 0b6856e commit 2bd4486

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,31 @@ Biblioteca de CULQI para el lenguaje Java, pagos simples en tu sitio web. Consum
1414
- Java 1.7+
1515
- Credenciales de comercio en Culqi (1).
1616

17-
## Ejemplos
17+
## Instalación
18+
19+
Instalación usando Maven:
20+
Solo necesita agregar el siguiente repositorio en el pom.xml
1821

22+
```xml
23+
<repositories>
24+
<repository>
25+
<id>jitpack.io</id>
26+
<url>https://jitpack.io</url>
27+
</repository>
28+
</repositories>
29+
```
30+
31+
Y Luego agregar la dependencia
32+
33+
```xml
34+
<dependency>
35+
<groupId>com.github.culqi</groupId>
36+
<artifactId>culqi-java</artifactId>
37+
<version>v1.1.8</version>
38+
</dependency>
39+
```
40+
41+
## Ejemplos
1942

2043
#### Inicialización
2144

0 commit comments

Comments
 (0)