License |
License |
---|---|
Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
GroupId | GroupIdnet.evendanan.anysoftkeyboard |
ArtifactId | ArtifactIdapi |
Version | Version1.2.3 |
Type | Typeaar |
Description |
DescriptionAnySoftKeyboard-API
AnySoftKeyboard API definitions files (required for the main app and for the plugins).
|
Project URL |
Project URL |
Filename | Size |
---|---|
api-1.2.3.pom | |
api-1.2.3.aar | 12 KB |
api-1.2.3-sources.jar | 3 KB |
api-1.2.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.evendanan.anysoftkeyboard/api/ -->
<dependency>
<groupId>net.evendanan.anysoftkeyboard</groupId>
<artifactId>api</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.evendanan.anysoftkeyboard/api/
implementation 'net.evendanan.anysoftkeyboard:api:1.2.3'
// https://jarcasting.com/artifacts/net.evendanan.anysoftkeyboard/api/
implementation ("net.evendanan.anysoftkeyboard:api:1.2.3")
'net.evendanan.anysoftkeyboard:api:aar:1.2.3'
<dependency org="net.evendanan.anysoftkeyboard" name="api" rev="1.2.3">
<artifact name="api" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.evendanan.anysoftkeyboard', module='api', version='1.2.3')
)
libraryDependencies += "net.evendanan.anysoftkeyboard" % "api" % "1.2.3"
[net.evendanan.anysoftkeyboard/api "1.2.3"]