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