GroupId | GroupIdcom.heanbian |
---|---|
ArtifactId | ArtifactIdheanbian-mongo-template |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-mongo-template/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-mongo-template</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-mongo-template/
implementation 'com.heanbian:heanbian-mongo-template:1.0.3'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-mongo-template/
implementation ("com.heanbian:heanbian-mongo-template:1.0.3")
'com.heanbian:heanbian-mongo-template:jar:1.0.3'
<dependency org="com.heanbian" name="heanbian-mongo-template" rev="1.0.3">
<artifact name="heanbian-mongo-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-mongo-template', version='1.0.3')
)
libraryDependencies += "com.heanbian" % "heanbian-mongo-template" % "1.0.3"
[com.heanbian/heanbian-mongo-template "1.0.3"]