GroupId | GroupIdcom.github.emc-mongoose |
---|---|
ArtifactId | ArtifactIdmongoose-storage-driver |
Version | Version3.5.0 |
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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose-storage-driver/
implementation 'com.github.emc-mongoose:mongoose-storage-driver:3.5.0'
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose-storage-driver/
implementation ("com.github.emc-mongoose:mongoose-storage-driver:3.5.0")
'com.github.emc-mongoose:mongoose-storage-driver:jar:3.5.0'
<dependency org="com.github.emc-mongoose" name="mongoose-storage-driver" rev="3.5.0">
<artifact name="mongoose-storage-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emc-mongoose', module='mongoose-storage-driver', version='3.5.0')
)
libraryDependencies += "com.github.emc-mongoose" % "mongoose-storage-driver" % "3.5.0"
[com.github.emc-mongoose/mongoose-storage-driver "3.5.0"]