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