t

takari

Takari: The future of software delivery.
http://takari.io
The Eclipse Public License, Version 1.0
Jason van Zyl Igor Fedorenko
Files download
File Operation
takari-9.pom download
Apache Maven
<dependency>
  <groupId>io.takari</groupId>
  <artifactId>takari</artifactId>
  <version>9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.takari:takari:9'
Gradle Kotlin
implementation("io.takari:takari:9")
Scala SBT
libraryDependencies += "io.takari" % "takari" % "9"
Groovy Grape
@Grapes(
  @Grab(group='io.takari', module='takari', version='9')
)
Apache Ivy
<dependency org="io.takari" name="takari" rev="9" />
Leiningen
[io.takari/takari "9"]
Apache Buildr
'io.takari:takari:jar:9'
Dependencies
The project has no third-party dependencies