GroupId | GroupIdcom.aaronbedra |
---|---|
ArtifactId | ArtifactIdlibrepsheet |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
librepsheet-0.1.1.pom | |
librepsheet-0.1.1.jar | 15 KB |
librepsheet-0.1.1-sources.jar | 4 KB |
librepsheet-0.1.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aaronbedra/librepsheet/ -->
<dependency>
<groupId>com.aaronbedra</groupId>
<artifactId>librepsheet</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aaronbedra/librepsheet/
implementation 'com.aaronbedra:librepsheet:0.1.1'
// https://jarcasting.com/artifacts/com.aaronbedra/librepsheet/
implementation ("com.aaronbedra:librepsheet:0.1.1")
'com.aaronbedra:librepsheet:jar:0.1.1'
<dependency org="com.aaronbedra" name="librepsheet" rev="0.1.1">
<artifact name="librepsheet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aaronbedra', module='librepsheet', version='0.1.1')
)
libraryDependencies += "com.aaronbedra" % "librepsheet" % "0.1.1"
[com.aaronbedra/librepsheet "0.1.1"]