Skip to content

Commit

Permalink
deployment to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
cschen1205 committed May 8, 2017
1 parent 43b5f71 commit 41aaea7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Note that this expert system shell do not require external dependencies for its
- Backward Rule Chaining with Prompt
- Support rules file written in Javascript

# Install

Add the following dependency into your POM file:

```xml
<dependency>
<groupId>com.github.cschen1205</groupId>
<artifactId>java-expert-system-shell</artifactId>
<version>1.0.1</version>
</dependency>
```

# Usage

## Add rules and initialize the rule engine
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.cschen1205</groupId>
<artifactId>java-expert-system-shell</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<licenses>
<license>

This comment has been minimized.

Copy link
@melikas

melikas Mar 29, 2021

com.github.cschen1205 java-expert-system-shell 1.0.1
Expand Down

0 comments on commit 41aaea7

Please sign in to comment.