mirror of
https://github.com/JHUAPL/jsqrl.git
synced 2026-01-09 20:27:59 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4b5469eb8 | ||
|
|
611f19b4d9 | ||
|
|
c3cea51fd9 |
@@ -13,9 +13,9 @@ Jsqrl is available as a jar at [Maven Central](https://central.sonatype.com/arti
|
|||||||
|
|
||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>edu.jhuapl.ses.jsqrl>/groupId>
|
<groupId>edu.jhuapl.ses</groupId>
|
||||||
<artifactId>jsqrl</artifactId>
|
<artifactId>jsqrl</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -3,10 +3,10 @@
|
|||||||
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>edu.jhuapl.ses.jsqrl</groupId>
|
<groupId>edu.jhuapl.ses</groupId>
|
||||||
<artifactId>jsqrl</artifactId>
|
<artifactId>jsqrl</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.0</version>
|
<version>1.0.1</version>
|
||||||
<name>jsqrl</name>
|
<name>jsqrl</name>
|
||||||
<description>General purpose state/object save and restore utilities</description>
|
<description>General purpose state/object save and restore utilities</description>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user