| GroupId | GroupIdio.hoplin |
|---|---|
| ArtifactId | ArtifactIdhoplin-examples |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hoplin-examples-1.0.8.pom | |
| hoplin-examples-1.0.8.jar | 35 KB |
| hoplin-examples-1.0.8-sources.jar | 19 KB |
| hoplin-examples-1.0.8-javadoc.jar | 187 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.hoplin/hoplin-examples/ -->
<dependency>
<groupId>io.hoplin</groupId>
<artifactId>hoplin-examples</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.hoplin/hoplin-examples/
implementation 'io.hoplin:hoplin-examples:1.0.8'
// https://jarcasting.com/artifacts/io.hoplin/hoplin-examples/
implementation ("io.hoplin:hoplin-examples:1.0.8")
'io.hoplin:hoplin-examples:jar:1.0.8'
<dependency org="io.hoplin" name="hoplin-examples" rev="1.0.8">
<artifact name="hoplin-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hoplin', module='hoplin-examples', version='1.0.8')
)
libraryDependencies += "io.hoplin" % "hoplin-examples" % "1.0.8"
[io.hoplin/hoplin-examples "1.0.8"]