Skip to content

Commit

Permalink
update(README): update to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cletitia committed Aug 5, 2021
1 parent 968ce76 commit 92d68ce
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions trident-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,33 @@ dependencies {
}
```

Or if you are using the jar files as your dependencies:

```groovy
dependencies {
implementation fileTree(dir:'your path', include: '*.jar')
}
```

### Maven Settings

```xml
<dependency>
<groupId>org.tron.trident</groupId>
<artifactId>abi</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.tron.trident</groupId>
<artifactId>utils</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.tron.trident</groupId>
<artifactId>core</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<type>pom</type>
</dependency>
```

0 comments on commit 92d68ce

Please sign in to comment.