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
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,16 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve
29
29
30
30
To use the Contentstack management sdk for Java, you must have:
31
31
32
-
- a suitable [Java Development Environment](http://www.oracle.com/technetwork/java/javase/downloads/).
33
-
- an [Contentstack](https://www.contentstack.com) account.
34
-
- login your account
35
-
- get the [Contentstack](https://www.contentstack.com) credentials (API keys and Management Token) set in your stack token section.
36
-
- should be Java 1.8 or above installed.
37
-
- make sure java environment is set on your machine
32
+
- The suitable [Java Development Environment](http://www.oracle.com/technetwork/java/javase/downloads/).
33
+
- The [Contentstack](https://www.contentstack.com) account.
34
+
- Login your account
35
+
- Get the [Contentstack](https://www.contentstack.com) credentials (API keys and Management Token) set in your stack token section.
36
+
- Should be Java 1.8 or above installed.
38
37
39
-
## Installation
38
+
## Setup
40
39
41
-
To include the SDK your project, use one of the following methods depending on your build system or IDE:
40
+
To use Contentstack management sdk in our Maven project, we'll need to add the following dependency to our pom.xml:
42
41
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_
44
42
45
43
```java
46
44
<dependency>
@@ -50,13 +48,13 @@ _Install using maven [Apache Maven](https://maven.apache.org/) --- If you use Ap
50
48
</dependency>
51
49
```
52
50
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_
51
+
Or, for a Gradle project:
54
52
55
53
```java
56
54
implementation 'com.contentstack.cms:{version}'
57
55
```
58
56
59
-
-_Get the latest version_[HERE](https://search.maven.org/artifact/com.contentstack.cma)
57
+
-Download the latest version[HERE](https://search.maven.org/artifact/com.contentstack.cma)
A [stack](https://www.contentstack.com/docs/developers/set-up-stack/about-stack) is a space that stores the content of a project (a web or mobile property). Within a stack, you can create content structures, content entries, users, etc. related to the project.
125
+
A [Stack](https://www.contentstack.com/docs/developers/set-up-stack/about-stack) is a space that stores the content of a project (a web or mobile property). Within a stack, you can create content structures, content entries, users, etc. related to the project.
0 commit comments