GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdlite |
Version | Version0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
lite-0.2-RELEASE.pom | |
lite-0.2-RELEASE.jar | 13 KB |
lite-0.2-RELEASE-sources.jar | 2 KB |
lite-0.2-RELEASE-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/lite/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>lite</artifactId>
<version>0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/lite/
implementation 'com.github.gkutiel:lite:0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/lite/
implementation ("com.github.gkutiel:lite:0.2-RELEASE")
'com.github.gkutiel:lite:jar:0.2-RELEASE'
<dependency org="com.github.gkutiel" name="lite" rev="0.2-RELEASE">
<artifact name="lite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='lite', version='0.2-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "lite" % "0.2-RELEASE"
[com.github.gkutiel/lite "0.2-RELEASE"]