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-12.pom download
Apache Maven
<dependency>
  <groupId>io.takari</groupId>
  <artifactId>takari</artifactId>
  <version>12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.takari:takari:12'
Gradle Kotlin
implementation("io.takari:takari:12")
Scala SBT
libraryDependencies += "io.takari" % "takari" % "12"
Groovy Grape
@Grapes(
  @Grab(group='io.takari', module='takari', version='12')
)
Apache Ivy
<dependency org="io.takari" name="takari" rev="12" />
Leiningen
[io.takari/takari "12"]
Apache Buildr
'io.takari:takari:jar:12'
Dependencies
The project has no third-party dependencies