GroupId | GroupIdorg.litote.kmongo |
---|---|
ArtifactId | ArtifactIdkmongo-property |
Version | Version3.10.0 |
Type | Typejar |
Filename | Size |
---|---|
kmongo-property-3.10.0.pom | |
kmongo-property-3.10.0.jar | 49 KB |
kmongo-property-3.10.0-sources.jar | 20 KB |
kmongo-property-3.10.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.litote.kmongo/kmongo-property/ -->
<dependency>
<groupId>org.litote.kmongo</groupId>
<artifactId>kmongo-property</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.litote.kmongo/kmongo-property/
implementation 'org.litote.kmongo:kmongo-property:3.10.0'
// https://jarcasting.com/artifacts/org.litote.kmongo/kmongo-property/
implementation ("org.litote.kmongo:kmongo-property:3.10.0")
'org.litote.kmongo:kmongo-property:jar:3.10.0'
<dependency org="org.litote.kmongo" name="kmongo-property" rev="3.10.0">
<artifact name="kmongo-property" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.litote.kmongo', module='kmongo-property', version='3.10.0')
)
libraryDependencies += "org.litote.kmongo" % "kmongo-property" % "3.10.0"
[org.litote.kmongo/kmongo-property "3.10.0"]