| GroupId | GroupIdcom.github.lalithsuresh |
|---|---|
| ArtifactId | ArtifactIdexamples |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| examples-0.6.0.pom | |
| examples-0.6.0.jar | 11 MB |
| examples-0.6.0-sources.jar | 4 KB |
| examples-0.6.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/ -->
<dependency>
<groupId>com.github.lalithsuresh</groupId>
<artifactId>examples</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/
implementation 'com.github.lalithsuresh:examples:0.6.0'
// https://jarcasting.com/artifacts/com.github.lalithsuresh/examples/
implementation ("com.github.lalithsuresh:examples:0.6.0")
'com.github.lalithsuresh:examples:jar:0.6.0'
<dependency org="com.github.lalithsuresh" name="examples" rev="0.6.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lalithsuresh', module='examples', version='0.6.0')
)
libraryDependencies += "com.github.lalithsuresh" % "examples" % "0.6.0"
[com.github.lalithsuresh/examples "0.6.0"]