r

recipetool

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