Skip to content

Commit

Permalink
Added to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 17, 2024
1 parent b428aea commit 7aac4db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ Optionally, use an arbitrary value for the item specification, and explicitely s
```
<ItemGroup>
<MavenReference Include="foo-lib">
<GroupId>org.foo.bar</GroupId>
<ArtifactId>foo-lib</ArtifactId>
<Classifier></Classifier>
<Version>1.2.3</Version>
<GroupId>org.foo.bar</GroupId>
<ArtifactId>foo-lib</ArtifactId>
<Classifier></Classifier>
<Version>1.2.3</Version>
<Scope></Scope>
<Exclusions></Exclusions>
</MavenReference>
</ItemGroup>
```
Expand Down

0 comments on commit 7aac4db

Please sign in to comment.