| License |
License |
|---|---|
| GroupId | GroupIdcom.modestoma |
| ArtifactId | ArtifactIdcompass |
| Version | Version1.0.0-alpha05 |
| Type | Typepom |
| Description |
DescriptionCompass
Android router framework power by KSP(Kotlin Symbol Processor)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.modestoma/compass/ -->
<dependency>
<groupId>com.modestoma</groupId>
<artifactId>compass</artifactId>
<version>1.0.0-alpha05</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.modestoma/compass/
implementation 'com.modestoma:compass:1.0.0-alpha05'
// https://jarcasting.com/artifacts/com.modestoma/compass/
implementation ("com.modestoma:compass:1.0.0-alpha05")
'com.modestoma:compass:pom:1.0.0-alpha05'
<dependency org="com.modestoma" name="compass" rev="1.0.0-alpha05">
<artifact name="compass" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.modestoma', module='compass', version='1.0.0-alpha05')
)
libraryDependencies += "com.modestoma" % "compass" % "1.0.0-alpha05"
[com.modestoma/compass "1.0.0-alpha05"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 Optional | jar | 1.6.21 |