Skip to content

Commit 8daf6f1

Browse files
🎉 update readme
1 parent 8804827 commit 8daf6f1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,23 @@ To use the Contentstack management sdk for Java, you must have:
4040

4141
To include the SDK your project, use one of the following methods depending on your build system or IDE:
4242

43-
- **Apache Maven** - If you use Apache Maven, you can specify dependency in the dependencies section in your project
44-
45-
- _Install using maven_
43+
_Install using maven [Apache Maven](https://maven.apache.org/) --- If you use Apache Maven, you can specify dependency in the dependencies section in your project_
4644

4745
```java
4846
<dependency>
49-
<groupId>com.contentstack</groupId>
50-
<artifactId>cms</artifactId>
51-
<version>{version}</version>
47+
<groupId>com.contentstack</groupId>
48+
<artifactId>cms</artifactId>
49+
<version>{version}</version>
5250
</dependency>
5351
```
5452

55-
- **Gradle** - If you use Gradle, you can import the Maven Bill of Materials (BOM) in your Gradle project to automatically manage SDK dependencies
56-
57-
- _Install it via gradle_
53+
_Install using maven [Gradle](https://gradle.org/) --- If you use Gradle, you can import the Maven Bill of Materials (BOM) in your Gradle project to automatically manage SDK dependencies_
5854

5955
```java
6056
implementation 'com.contentstack.cms:{version}'
6157
```
6258

63-
_Get the latest version from_ [HERE](https://search.maven.org/artifact/com.contentstack.cma) (_Install letest version always_)
59+
- _Get the latest version_ [HERE](https://search.maven.org/artifact/com.contentstack.cma)
6460

6561
## Initialization
6662

0 commit comments

Comments
 (0)