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