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