t

today-infrastructure

A Java library for dependency injection and aspect oriented programing and building high-performance web applications like Spring Boot.
https://github.com/TAKETODAY/today-infrastructure
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
TODAY Tech
Harry Yang
Files download
File Operation
today-infrastructure-4.0.0-Draft.3.pom download
Apache Maven
<dependency>
  <groupId>cn.taketoday</groupId>
  <artifactId>today-infrastructure</artifactId>
  <version>4.0.0-Draft.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.taketoday:today-infrastructure:4.0.0-Draft.3'
Gradle Kotlin
implementation("cn.taketoday:today-infrastructure:4.0.0-Draft.3")
Scala SBT
libraryDependencies += "cn.taketoday" % "today-infrastructure" % "4.0.0-Draft.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.taketoday', module='today-infrastructure', version='4.0.0-Draft.3')
)
Apache Ivy
<dependency org="cn.taketoday" name="today-infrastructure" rev="4.0.0-Draft.3" />
Leiningen
[cn.taketoday/today-infrastructure "4.0.0-Draft.3"]
Apache Buildr
'cn.taketoday:today-infrastructure:jar:4.0.0-Draft.3'