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
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,22 +81,33 @@ Work in progress, coming soon
81
81
82
82
83
83
## Usage
84
-
It's very easy to use this library in your own projects. If you're working with Maven, simply add this dependency to the `<dependencies>` in you pom.xml.
84
+
With Maven, it's very easy to use this library in your own projects. Releases are published to the Maven Central Repo, snapshot version can be obtained from Sonatype.
85
+
86
+
### Releases
87
+
Releases can be found on the Maven Central repository. Just add this dependency to your pom.xml:
85
88
86
89
```xml
87
90
<dependency>
88
-
<groupId>de.hsu-hh.aut</groupId>
91
+
<groupId>com.github.aljoshakoecher</groupId>
89
92
<artifactId>isa88-state-machine</artifactId>
90
93
<version>1.0.0</version>
91
94
</dependency>
92
95
```
93
96
94
-
### Releases
95
-
I'm currently working on publishing releases to the Sonatype Maven repo. Coming soon..
97
+
### Snapshots
98
+
Make sure to add the Sonatype repo to your POM if you want to grab a snapshot version:
This project is built with Maven. You can simply build this library from source if you have Maven installed. Simply clone or download this repository and run
99
-
run `mvn clean install` from the project root.
109
+
This project is built with Maven. You can simply build this library from source if you have Maven installed. Clone or download this repository and run
110
+
`mvn clean install` from the project root.
100
111
101
112
## Disclaimer
102
113
Please note that the figure above and all definitions of states and transitions have been taken from the [OMAC PackML Implementation Guide](http://omac.org/wp-content/uploads/2016/11/PackML_Unit_Machine_Implementation_Guide-V1-00.pdf) for ISA 88.
0 commit comments