is not current version
Last Version 1.0.1.RELEASE

tk.fishfish:formula 1.0.0.RELEASE

formula scripts base on groovy

Categories

Categories

ORM Data
GroupId

GroupId

tk.fishfish
ArtifactId

ArtifactId

formula
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download formula 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/tk.fishfish/formula/ -->
<dependency>
    <groupId>tk.fishfish</groupId>
    <artifactId>formula</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tk.fishfish/formula/
implementation 'tk.fishfish:formula:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/tk.fishfish/formula/
implementation ("tk.fishfish:formula:1.0.0.RELEASE")
'tk.fishfish:formula:jar:1.0.0.RELEASE'
<dependency org="tk.fishfish" name="formula" rev="1.0.0.RELEASE">
  <artifact name="formula" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.fishfish', module='formula', version='1.0.0.RELEASE')
)
libraryDependencies += "tk.fishfish" % "formula" % "1.0.0.RELEASE"
[tk.fishfish/formula "1.0.0.RELEASE"]