GroupId | GroupIdcom.github.nomou |
---|---|
ArtifactId | ArtifactIdspreadsheet-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spreadsheet-api-1.0.0.pom | |
spreadsheet-api-1.0.0.jar | 19 KB |
spreadsheet-api-1.0.0-sources.jar | 13 KB |
spreadsheet-api-1.0.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-api/ -->
<dependency>
<groupId>com.github.nomou</groupId>
<artifactId>spreadsheet-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-api/
implementation 'com.github.nomou:spreadsheet-api:1.0.0'
// https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-api/
implementation ("com.github.nomou:spreadsheet-api:1.0.0")
'com.github.nomou:spreadsheet-api:jar:1.0.0'
<dependency org="com.github.nomou" name="spreadsheet-api" rev="1.0.0">
<artifact name="spreadsheet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='spreadsheet-api', version='1.0.0')
)
libraryDependencies += "com.github.nomou" % "spreadsheet-api" % "1.0.0"
[com.github.nomou/spreadsheet-api "1.0.0"]