GroupId | GroupIdtk.labyrinth |
---|---|
ArtifactId | ArtifactIdjaap-examples |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
jaap-examples-0.2.5.pom | |
jaap-examples-0.2.5.jar | 3 KB |
jaap-examples-0.2.5-sources.jar | 1 KB |
jaap-examples-0.2.5-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.labyrinth/jaap-examples/ -->
<dependency>
<groupId>tk.labyrinth</groupId>
<artifactId>jaap-examples</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/tk.labyrinth/jaap-examples/
implementation 'tk.labyrinth:jaap-examples:0.2.5'
// https://jarcasting.com/artifacts/tk.labyrinth/jaap-examples/
implementation ("tk.labyrinth:jaap-examples:0.2.5")
'tk.labyrinth:jaap-examples:jar:0.2.5'
<dependency org="tk.labyrinth" name="jaap-examples" rev="0.2.5">
<artifact name="jaap-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.labyrinth', module='jaap-examples', version='0.2.5')
)
libraryDependencies += "tk.labyrinth" % "jaap-examples" % "0.2.5"
[tk.labyrinth/jaap-examples "0.2.5"]