Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,27 @@ To install microBean Helm, simply include it as a dependency in your
project. If you're using Maven, the dependency stanza should look
like this:

```
<build>
<extensions>
<extension>
<groupId>kr.motd.maven</groupId>
<!-- needed to resolve os-dependent classifiers -->
<artifactId>os-maven-plugin</artifactId>
<version>1.5.0.Final</version>
</extension>
</extensions>
</build>

<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-helm</artifactId>
<!-- See http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-helm%22 for available releases. -->
<version>2.8.2.1.1.0</version>
<type>jar</type>
</dependency>

```

Releases are [available in Maven Central][10]. Snapshots are available
in [Sonatype Snapshots][11].

Expand Down