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.1.jar download
recipetool-0.1.1.pom download
recipetool-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.pylons</groupId>
  <artifactId>recipetool</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'tech.pylons:recipetool:0.1.1'
Gradle Kotlin
implementation("tech.pylons:recipetool:0.1.1")
Scala SBT
libraryDependencies += "tech.pylons" % "recipetool" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.pylons', module='recipetool', version='0.1.1')
)
Apache Ivy
<dependency org="tech.pylons" name="recipetool" rev="0.1.1" />
Leiningen
[tech.pylons/recipetool "0.1.1"]
Apache Buildr
'tech.pylons:recipetool:jar:0.1.1'