GroupId | GroupIdcom.github.emc-mongoose |
---|---|
ArtifactId | ArtifactIdmongoose-storage-driver |
Version | Version3.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose-storage-driver/ -->
<dependency>
<groupId>com.github.emc-mongoose</groupId>
<artifactId>mongoose-storage-driver</artifactId>
<version>3.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose-storage-driver/
implementation 'com.github.emc-mongoose:mongoose-storage-driver:3.6.2'
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose-storage-driver/
implementation ("com.github.emc-mongoose:mongoose-storage-driver:3.6.2")
'com.github.emc-mongoose:mongoose-storage-driver:jar:3.6.2'
<dependency org="com.github.emc-mongoose" name="mongoose-storage-driver" rev="3.6.2">
<artifact name="mongoose-storage-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emc-mongoose', module='mongoose-storage-driver', version='3.6.2')
)
libraryDependencies += "com.github.emc-mongoose" % "mongoose-storage-driver" % "3.6.2"
[com.github.emc-mongoose/mongoose-storage-driver "3.6.2"]