| License |
License |
|---|---|
| GroupId | GroupIdio.github.khangta |
| ArtifactId | ArtifactIdexample |
| Last Version | Last Version1.2.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExample
Example library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| example-1.2.5.pom | |
| example-1.2.5.jar | 3 KB |
| example-1.2.5-sources.jar | 3 KB |
| example-1.2.5-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.khangta/example/ -->
<dependency>
<groupId>io.github.khangta</groupId>
<artifactId>example</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.khangta/example/
implementation 'io.github.khangta:example:1.2.5'
// https://jarcasting.com/artifacts/io.github.khangta/example/
implementation ("io.github.khangta:example:1.2.5")
'io.github.khangta:example:jar:1.2.5'
<dependency org="io.github.khangta" name="example" rev="1.2.5">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.khangta', module='example', version='1.2.5')
)
libraryDependencies += "io.github.khangta" % "example" % "1.2.5"
[io.github.khangta/example "1.2.5"]