is not current version
Last Version 8.5.3.2312-20220623

org.anyboot:anyboot-dependency 8.5.3.255-beta2

AnyLine针对SpringBoot环境的支持

GroupId

GroupId

org.anyboot
ArtifactId

ArtifactId

anyboot-dependency
Version

Version

8.5.3.255-beta2
Type

Type

pom

Download anyboot-dependency 8.5.3.255-beta2


<!-- https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/ -->
<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-dependency</artifactId>
    <version>8.5.3.255-beta2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/
implementation 'org.anyboot:anyboot-dependency:8.5.3.255-beta2'
// https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/
implementation ("org.anyboot:anyboot-dependency:8.5.3.255-beta2")
'org.anyboot:anyboot-dependency:pom:8.5.3.255-beta2'
<dependency org="org.anyboot" name="anyboot-dependency" rev="8.5.3.255-beta2">
  <artifact name="anyboot-dependency" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.anyboot', module='anyboot-dependency', version='8.5.3.255-beta2')
)
libraryDependencies += "org.anyboot" % "anyboot-dependency" % "8.5.3.255-beta2"
[org.anyboot/anyboot-dependency "8.5.3.255-beta2"]