Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdmongodb-timerepresentation |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.occurrent/mongodb-timerepresentation/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>mongodb-timerepresentation</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/mongodb-timerepresentation/
implementation 'org.occurrent:mongodb-timerepresentation:0.9.0'
// https://jarcasting.com/artifacts/org.occurrent/mongodb-timerepresentation/
implementation ("org.occurrent:mongodb-timerepresentation:0.9.0")
'org.occurrent:mongodb-timerepresentation:jar:0.9.0'
<dependency org="org.occurrent" name="mongodb-timerepresentation" rev="0.9.0">
<artifact name="mongodb-timerepresentation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='mongodb-timerepresentation', version='0.9.0')
)
libraryDependencies += "org.occurrent" % "mongodb-timerepresentation" % "0.9.0"
[org.occurrent/mongodb-timerepresentation "0.9.0"]