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