| GroupId | GroupIdcom.github.nlloyd |
|---|---|
| ArtifactId | ArtifactIdhorn-of-mongo |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| horn-of-mongo-1.2.pom | |
| horn-of-mongo-1.2.jar | 140 KB |
| horn-of-mongo-1.2-sources.jar | 134 KB |
| horn-of-mongo-1.2-javadoc.jar | 260 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nlloyd/horn-of-mongo/ -->
<dependency>
<groupId>com.github.nlloyd</groupId>
<artifactId>horn-of-mongo</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nlloyd/horn-of-mongo/
implementation 'com.github.nlloyd:horn-of-mongo:1.2'
// https://jarcasting.com/artifacts/com.github.nlloyd/horn-of-mongo/
implementation ("com.github.nlloyd:horn-of-mongo:1.2")
'com.github.nlloyd:horn-of-mongo:jar:1.2'
<dependency org="com.github.nlloyd" name="horn-of-mongo" rev="1.2">
<artifact name="horn-of-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nlloyd', module='horn-of-mongo', version='1.2')
)
libraryDependencies += "com.github.nlloyd" % "horn-of-mongo" % "1.2"
[com.github.nlloyd/horn-of-mongo "1.2"]