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