GroupId | GroupIdpw.mihou |
---|---|
ArtifactId | ArtifactIdMongosphere |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
Mongosphere-1.0.1.pom | |
Mongosphere-1.0.1.jar | 13 KB |
Mongosphere-1.0.1-sources.jar | 7 KB |
Mongosphere-1.0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pw.mihou/Mongosphere/ -->
<dependency>
<groupId>pw.mihou</groupId>
<artifactId>Mongosphere</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation 'pw.mihou:Mongosphere:1.0.1'
// https://jarcasting.com/artifacts/pw.mihou/Mongosphere/
implementation ("pw.mihou:Mongosphere:1.0.1")
'pw.mihou:Mongosphere:jar:1.0.1'
<dependency org="pw.mihou" name="Mongosphere" rev="1.0.1">
<artifact name="Mongosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.mihou', module='Mongosphere', version='1.0.1')
)
libraryDependencies += "pw.mihou" % "Mongosphere" % "1.0.1"
[pw.mihou/Mongosphere "1.0.1"]