is not current version
Last Version 1.0.1

guru.nidi:snippets 0.0.2

Include running/compiling code snippets into documentation.

GroupId

GroupId

guru.nidi
ArtifactId

ArtifactId

snippets
Version

Version

0.0.2
Type

Type

pom

Download snippets 0.0.2

Filename Size
snippets-0.0.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/guru.nidi/snippets/ -->
<dependency>
    <groupId>guru.nidi</groupId>
    <artifactId>snippets</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/guru.nidi/snippets/
implementation 'guru.nidi:snippets:0.0.2'
// https://jarcasting.com/artifacts/guru.nidi/snippets/
implementation ("guru.nidi:snippets:0.0.2")
'guru.nidi:snippets:pom:0.0.2'
<dependency org="guru.nidi" name="snippets" rev="0.0.2">
  <artifact name="snippets" type="pom" />
</dependency>
@Grapes(
@Grab(group='guru.nidi', module='snippets', version='0.0.2')
)
libraryDependencies += "guru.nidi" % "snippets" % "0.0.2"
[guru.nidi/snippets "0.0.2"]