Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdmongodao-helper |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
mongodao-helper-1.0.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-helper/ -->
<dependency>
<groupId>com.github.aidensuen</groupId>
<artifactId>mongodao-helper</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-helper/
implementation 'com.github.aidensuen:mongodao-helper:1.0.3'
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-helper/
implementation ("com.github.aidensuen:mongodao-helper:1.0.3")
'com.github.aidensuen:mongodao-helper:pom:1.0.3'
<dependency org="com.github.aidensuen" name="mongodao-helper" rev="1.0.3">
<artifact name="mongodao-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aidensuen', module='mongodao-helper', version='1.0.3')
)
libraryDependencies += "com.github.aidensuen" % "mongodao-helper" % "1.0.3"
[com.github.aidensuen/mongodao-helper "1.0.3"]