GroupId | GroupIdcom.nu-art-software |
---|---|
ArtifactId | ArtifactIdlocal-storage |
Version | Version1.1.10 |
Type | Typejar |
Filename | Size |
---|---|
local-storage-1.1.10.pom | |
local-storage-1.1.10.jar | 22 KB |
local-storage-1.1.10-sources.jar | 11 KB |
local-storage-1.1.10-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nu-art-software/local-storage/ -->
<dependency>
<groupId>com.nu-art-software</groupId>
<artifactId>local-storage</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.nu-art-software/local-storage/
implementation 'com.nu-art-software:local-storage:1.1.10'
// https://jarcasting.com/artifacts/com.nu-art-software/local-storage/
implementation ("com.nu-art-software:local-storage:1.1.10")
'com.nu-art-software:local-storage:jar:1.1.10'
<dependency org="com.nu-art-software" name="local-storage" rev="1.1.10">
<artifact name="local-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nu-art-software', module='local-storage', version='1.1.10')
)
libraryDependencies += "com.nu-art-software" % "local-storage" % "1.1.10"
[com.nu-art-software/local-storage "1.1.10"]