GroupId | GroupIdorg.aoju |
---|---|
ArtifactId | ArtifactIdbus-boot |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
bus-boot-3.0.6.pom | |
bus-boot-3.0.6.jar | 6 KB |
bus-boot-3.0.6-sources.jar | 8 KB |
bus-boot-3.0.6-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aoju/bus-boot/ -->
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-boot</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.aoju/bus-boot/
implementation 'org.aoju:bus-boot:3.0.6'
// https://jarcasting.com/artifacts/org.aoju/bus-boot/
implementation ("org.aoju:bus-boot:3.0.6")
'org.aoju:bus-boot:jar:3.0.6'
<dependency org="org.aoju" name="bus-boot" rev="3.0.6">
<artifact name="bus-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aoju', module='bus-boot', version='3.0.6')
)
libraryDependencies += "org.aoju" % "bus-boot" % "3.0.6"
[org.aoju/bus-boot "3.0.6"]