GroupId | GroupIdcom.github.emc-mongoose |
---|---|
ArtifactId | ArtifactIdmongoose |
Version | Version4.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mongoose-4.0.2.pom | |
mongoose-4.0.2.jar | 13 MB |
mongoose-4.0.2-sources.jar | 232 KB |
mongoose-4.0.2-javadoc.jar | 834 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose/ -->
<dependency>
<groupId>com.github.emc-mongoose</groupId>
<artifactId>mongoose</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose/
implementation 'com.github.emc-mongoose:mongoose:4.0.2'
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose/
implementation ("com.github.emc-mongoose:mongoose:4.0.2")
'com.github.emc-mongoose:mongoose:jar:4.0.2'
<dependency org="com.github.emc-mongoose" name="mongoose" rev="4.0.2">
<artifact name="mongoose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emc-mongoose', module='mongoose', version='4.0.2')
)
libraryDependencies += "com.github.emc-mongoose" % "mongoose" % "4.0.2"
[com.github.emc-mongoose/mongoose "4.0.2"]