Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.ovea |
ArtifactId | ArtifactIdjs-storage |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
js-storage-1.2.pom | |
js-storage-1.2.jar | 3 KB |
js-storage-1.2-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovea/js-storage/ -->
<dependency>
<groupId>com.ovea</groupId>
<artifactId>js-storage</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea/js-storage/
implementation 'com.ovea:js-storage:1.2'
// https://jarcasting.com/artifacts/com.ovea/js-storage/
implementation ("com.ovea:js-storage:1.2")
'com.ovea:js-storage:jar:1.2'
<dependency org="com.ovea" name="js-storage" rev="1.2">
<artifact name="js-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea', module='js-storage', version='1.2')
)
libraryDependencies += "com.ovea" % "js-storage" % "1.2"
[com.ovea/js-storage "1.2"]