is not current version
Last Version 0.0.3

com.github.skapral.puzzler:puzzler 0.0.1

PDD manager which manages puzzles through GitHub comments

GroupId

GroupId

com.github.skapral.puzzler
ArtifactId

ArtifactId

puzzler
Version

Version

0.0.1
Type

Type

pom

Download puzzler 0.0.1

Filename Size
puzzler-0.0.1.pom 9 KB
Browse

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