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
Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.5.4/jar) and copy the appropriate code snippet for your build management tool.
29
+
Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-java-api/0.5.5/jar) and copy the appropriate code snippet for your build management tool.
30
30
31
31
### Install artifact from Github Packages
32
32
#### Maven
@@ -44,7 +44,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
44
44
<dependency>
45
45
<groupId>edu.uiowa.cs.clc</groupId>
46
46
<artifactId>kind2-java-api</artifactId>
47
-
<version>0.5.4</version>
47
+
<version>0.5.5</version>
48
48
</dependency>
49
49
```
50
50
@@ -59,7 +59,7 @@ Go to [Maven Central](https://search.maven.org/artifact/edu.uiowa.cs.clc/kind2-j
59
59
```
60
60
3. Add the following dependency DSL to your `build.gradle` file:
0 commit comments