| GroupId | GroupIdorg.rekex |
|---|---|
| ArtifactId | ArtifactIdrekex-example |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rekex-example-1.0.0.pom | |
| rekex-example-1.0.0.jar | 117 KB |
| rekex-example-1.0.0-sources.jar | 25 KB |
| rekex-example-1.0.0-javadoc.jar | 586 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rekex/rekex-example/ -->
<dependency>
<groupId>org.rekex</groupId>
<artifactId>rekex-example</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rekex/rekex-example/
implementation 'org.rekex:rekex-example:1.0.0'
// https://jarcasting.com/artifacts/org.rekex/rekex-example/
implementation ("org.rekex:rekex-example:1.0.0")
'org.rekex:rekex-example:jar:1.0.0'
<dependency org="org.rekex" name="rekex-example" rev="1.0.0">
<artifact name="rekex-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rekex', module='rekex-example', version='1.0.0')
)
libraryDependencies += "org.rekex" % "rekex-example" % "1.0.0"
[org.rekex/rekex-example "1.0.0"]