GroupId | GroupIdorg.aoju |
---|---|
ArtifactId | ArtifactIdbus-boot-mapper-starter |
Version | Version3.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.aoju/bus-boot-mapper-starter/ -->
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-boot-mapper-starter</artifactId>
<version>3.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-boot-mapper-starter/
implementation 'org.aoju:bus-boot-mapper-starter:3.5.2'
// https://jarcasting.com/artifacts/org.aoju/bus-boot-mapper-starter/
implementation ("org.aoju:bus-boot-mapper-starter:3.5.2")
'org.aoju:bus-boot-mapper-starter:jar:3.5.2'
<dependency org="org.aoju" name="bus-boot-mapper-starter" rev="3.5.2">
<artifact name="bus-boot-mapper-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-boot-mapper-starter', version='3.5.2')
)
libraryDependencies += "org.aoju" % "bus-boot-mapper-starter" % "3.5.2"
[org.aoju/bus-boot-mapper-starter "3.5.2"]