You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,27 +40,23 @@ To use the Contentstack management sdk for Java, you must have:
40
40
41
41
To include the SDK your project, use one of the following methods depending on your build system or IDE:
42
42
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_
46
44
47
45
```java
48
46
<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>
52
50
</dependency>
53
51
```
54
52
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_
58
54
59
55
```java
60
56
implementation 'com.contentstack.cms:{version}'
61
57
```
62
58
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)
0 commit comments