GroupId | GroupIdtr.com.lucidcode |
---|---|
ArtifactId | ArtifactIdkite-framework |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
kite-framework-1.0.1.pom | |
kite-framework-1.0.1.jar | 36 KB |
kite-framework-1.0.1-static.zip | 759 KB |
kite-framework-1.0.1-sources.jar | 794 KB |
kite-framework-1.0.1-javadoc.jar | 189 KB |
kite-framework-1.0.1-dynamic.zip | 761 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tr.com.lucidcode/kite-framework/ -->
<dependency>
<groupId>tr.com.lucidcode</groupId>
<artifactId>kite-framework</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tr.com.lucidcode/kite-framework/
implementation 'tr.com.lucidcode:kite-framework:1.0.1'
// https://jarcasting.com/artifacts/tr.com.lucidcode/kite-framework/
implementation ("tr.com.lucidcode:kite-framework:1.0.1")
'tr.com.lucidcode:kite-framework:jar:1.0.1'
<dependency org="tr.com.lucidcode" name="kite-framework" rev="1.0.1">
<artifact name="kite-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='tr.com.lucidcode', module='kite-framework', version='1.0.1')
)
libraryDependencies += "tr.com.lucidcode" % "kite-framework" % "1.0.1"
[tr.com.lucidcode/kite-framework "1.0.1"]