z

zusmart-core

提供IOC/AOP/Plugin/Conditional功能
https://gitee.com/zusmart/zusmart
Files download
File Operation
zusmart-core-1.0.6.jar download
zusmart-core-1.0.6.pom download
zusmart-core-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zusmart</groupId>
  <artifactId>zusmart-core</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.zusmart:zusmart-core:1.0.6'
Gradle Kotlin
implementation("com.zusmart:zusmart-core:1.0.6")
Scala SBT
libraryDependencies += "com.zusmart" % "zusmart-core" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.zusmart', module='zusmart-core', version='1.0.6')
)
Apache Ivy
<dependency org="com.zusmart" name="zusmart-core" rev="1.0.6" />
Leiningen
[com.zusmart/zusmart-core "1.0.6"]
Apache Buildr
'com.zusmart:zusmart-core:jar:1.0.6'