| License |
License |
|---|---|
| GroupId | GroupIdcom.licheedev |
| ArtifactId | ArtifactIdsome-context |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionsome-context
some-context
|
| Filename | Size |
|---|---|
| some-context-1.0.0.pom | |
| some-context-1.0.0-sources.jar | 1 KB |
| some-context-1.0.0-javadoc.jar | 187 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.licheedev/some-context/ -->
<dependency>
<groupId>com.licheedev</groupId>
<artifactId>some-context</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.licheedev/some-context/
implementation 'com.licheedev:some-context:1.0.0'
// https://jarcasting.com/artifacts/com.licheedev/some-context/
implementation ("com.licheedev:some-context:1.0.0")
'com.licheedev:some-context:aar:1.0.0'
<dependency org="com.licheedev" name="some-context" rev="1.0.0">
<artifact name="some-context" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.licheedev', module='some-context', version='1.0.0')
)
libraryDependencies += "com.licheedev" % "some-context" % "1.0.0"
[com.licheedev/some-context "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.1.0 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.10 |