GroupId | GroupIdcom.maxkeppeler.sheets |
---|---|
ArtifactId | ArtifactIdinput |
Version | Version2.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
input-2.1.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.maxkeppeler.sheets/input/ -->
<dependency>
<groupId>com.maxkeppeler.sheets</groupId>
<artifactId>input</artifactId>
<version>2.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/input/
implementation 'com.maxkeppeler.sheets:input:2.1.3'
// https://jarcasting.com/artifacts/com.maxkeppeler.sheets/input/
implementation ("com.maxkeppeler.sheets:input:2.1.3")
'com.maxkeppeler.sheets:input:aar:2.1.3'
<dependency org="com.maxkeppeler.sheets" name="input" rev="2.1.3">
<artifact name="input" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.maxkeppeler.sheets', module='input', version='2.1.3')
)
libraryDependencies += "com.maxkeppeler.sheets" % "input" % "2.1.3"
[com.maxkeppeler.sheets/input "2.1.3"]