License |
License |
---|---|
GroupId | GroupIdch.puzzle |
ArtifactId | ArtifactIdlibpuzzle |
Last Version | Last Version0.1.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA set of useful libraries
|
Filename | Size |
---|---|
libpuzzle-0.1.0-RC1.pom | 857 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ch.puzzle/libpuzzle/ -->
<dependency>
<groupId>ch.puzzle</groupId>
<artifactId>libpuzzle</artifactId>
<version>0.1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle/
implementation 'ch.puzzle:libpuzzle:0.1.0-RC1'
// https://jarcasting.com/artifacts/ch.puzzle/libpuzzle/
implementation ("ch.puzzle:libpuzzle:0.1.0-RC1")
'ch.puzzle:libpuzzle:pom:0.1.0-RC1'
<dependency org="ch.puzzle" name="libpuzzle" rev="0.1.0-RC1">
<artifact name="libpuzzle" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.puzzle', module='libpuzzle', version='0.1.0-RC1')
)
libraryDependencies += "ch.puzzle" % "libpuzzle" % "0.1.0-RC1"
[ch.puzzle/libpuzzle "0.1.0-RC1"]