Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.github.panxiaochao |
ArtifactId | ArtifactIdmongodb-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
mongodb-parent-1.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panxiaochao/mongodb-parent/ -->
<dependency>
<groupId>com.github.panxiaochao</groupId>
<artifactId>mongodb-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.panxiaochao/mongodb-parent/
implementation 'com.github.panxiaochao:mongodb-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.panxiaochao/mongodb-parent/
implementation ("com.github.panxiaochao:mongodb-parent:1.0.0")
'com.github.panxiaochao:mongodb-parent:pom:1.0.0'
<dependency org="com.github.panxiaochao" name="mongodb-parent" rev="1.0.0">
<artifact name="mongodb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.panxiaochao', module='mongodb-parent', version='1.0.0')
)
libraryDependencies += "com.github.panxiaochao" % "mongodb-parent" % "1.0.0"
[com.github.panxiaochao/mongodb-parent "1.0.0"]