Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdtk.fishfish |
ArtifactId | ArtifactIdformula |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
formula-1.0.0.RELEASE.pom | |
formula-1.0.0.RELEASE.jar | 22 KB |
formula-1.0.0.RELEASE-sources.jar | 15 KB |
formula-1.0.0.RELEASE-javadoc.jar | 148 KB |
Browse |
<!-- 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"]