Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdde.keyboardsurfer.android.widget |
ArtifactId | ArtifactIdcrouton |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
crouton-1.7.pom | |
crouton-1.7.jar | 19 KB |
crouton-1.7-sources.jar | 13 KB |
crouton-1.7-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.keyboardsurfer.android.widget/crouton/ -->
<dependency>
<groupId>de.keyboardsurfer.android.widget</groupId>
<artifactId>crouton</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.keyboardsurfer.android.widget/crouton/
implementation 'de.keyboardsurfer.android.widget:crouton:1.7'
// https://jarcasting.com/artifacts/de.keyboardsurfer.android.widget/crouton/
implementation ("de.keyboardsurfer.android.widget:crouton:1.7")
'de.keyboardsurfer.android.widget:crouton:jar:1.7'
<dependency org="de.keyboardsurfer.android.widget" name="crouton" rev="1.7">
<artifact name="crouton" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.keyboardsurfer.android.widget', module='crouton', version='1.7')
)
libraryDependencies += "de.keyboardsurfer.android.widget" % "crouton" % "1.7"
[de.keyboardsurfer.android.widget/crouton "1.7"]