GroupId | GroupIdio.github.hlfsousa |
---|---|
ArtifactId | ArtifactIdexamples-generation |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-generation-0.5.0.pom | |
examples-generation-0.5.0.jar | 334 KB |
examples-generation-0.5.0-sources.jar | 32 KB |
examples-generation-0.5.0-javadoc.jar | 847 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hlfsousa/examples-generation/ -->
<dependency>
<groupId>io.github.hlfsousa</groupId>
<artifactId>examples-generation</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hlfsousa/examples-generation/
implementation 'io.github.hlfsousa:examples-generation:0.5.0'
// https://jarcasting.com/artifacts/io.github.hlfsousa/examples-generation/
implementation ("io.github.hlfsousa:examples-generation:0.5.0")
'io.github.hlfsousa:examples-generation:jar:0.5.0'
<dependency org="io.github.hlfsousa" name="examples-generation" rev="0.5.0">
<artifact name="examples-generation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hlfsousa', module='examples-generation', version='0.5.0')
)
libraryDependencies += "io.github.hlfsousa" % "examples-generation" % "0.5.0"
[io.github.hlfsousa/examples-generation "0.5.0"]