GroupId | GroupIdcom.github.emc-mongoose |
---|---|
ArtifactId | ArtifactIdmongoose |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mongoose-4.0.3.pom | |
mongoose-4.0.3.jar | 13 MB |
mongoose-4.0.3-sources.jar | 232 KB |
mongoose-4.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose/
implementation 'com.github.emc-mongoose:mongoose:4.0.3'
// https://jarcasting.com/artifacts/com.github.emc-mongoose/mongoose/
implementation ("com.github.emc-mongoose:mongoose:4.0.3")
'com.github.emc-mongoose:mongoose:jar:4.0.3'
<dependency org="com.github.emc-mongoose" name="mongoose" rev="4.0.3">
<artifact name="mongoose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.emc-mongoose', module='mongoose', version='4.0.3')
)
libraryDependencies += "com.github.emc-mongoose" % "mongoose" % "4.0.3"
[com.github.emc-mongoose/mongoose "4.0.3"]