Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.applikeysolutions |
ArtifactId | ArtifactIdlib |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Description |
Filename | Size |
---|---|
lib-1.0.0.pom | |
lib-1.0.0.aar | 120 KB |
lib-1.0.0-sources.jar | 52 KB |
lib-1.0.0-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.applikeysolutions/lib/ -->
<dependency>
<groupId>com.github.applikeysolutions</groupId>
<artifactId>lib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.applikeysolutions/lib/
implementation 'com.github.applikeysolutions:lib:1.0.0'
// https://jarcasting.com/artifacts/com.github.applikeysolutions/lib/
implementation ("com.github.applikeysolutions:lib:1.0.0")
'com.github.applikeysolutions:lib:aar:1.0.0'
<dependency org="com.github.applikeysolutions" name="lib" rev="1.0.0">
<artifact name="lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.applikeysolutions', module='lib', version='1.0.0')
)
libraryDependencies += "com.github.applikeysolutions" % "lib" % "1.0.0"
[com.github.applikeysolutions/lib "1.0.0"]