r

recipetool

Gradle plugin providing automated tools for creating and working with recipes on the Pylons blockchain
https://pylons.tech
MIT License
Pylons LLC
Files download
File Operation
recipetool-0.1.0.jar download
recipetool-0.1.0.pom download
recipetool-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.pylons</groupId>
  <artifactId>recipetool</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'tech.pylons:recipetool:0.1.0'
Gradle Kotlin
implementation("tech.pylons:recipetool:0.1.0")
Scala SBT
libraryDependencies += "tech.pylons" % "recipetool" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.pylons', module='recipetool', version='0.1.0')
)
Apache Ivy
<dependency org="tech.pylons" name="recipetool" rev="0.1.0" />
Leiningen
[tech.pylons/recipetool "0.1.0"]
Apache Buildr
'tech.pylons:recipetool:jar:0.1.0'