GroupId | GroupIdcom.github.fluidsonic |
---|---|
ArtifactId | ArtifactIdfluid-compiler |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
fluid-compiler-0.9.0.pom | |
fluid-compiler-0.9.0.jar | 40 KB |
fluid-compiler-0.9.0-sources.jar | 8 KB |
fluid-compiler-0.9.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/ -->
<dependency>
<groupId>com.github.fluidsonic</groupId>
<artifactId>fluid-compiler</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/
implementation 'com.github.fluidsonic:fluid-compiler:0.9.0'
// https://jarcasting.com/artifacts/com.github.fluidsonic/fluid-compiler/
implementation ("com.github.fluidsonic:fluid-compiler:0.9.0")
'com.github.fluidsonic:fluid-compiler:jar:0.9.0'
<dependency org="com.github.fluidsonic" name="fluid-compiler" rev="0.9.0">
<artifact name="fluid-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluidsonic', module='fluid-compiler', version='0.9.0')
)
libraryDependencies += "com.github.fluidsonic" % "fluid-compiler" % "0.9.0"
[com.github.fluidsonic/fluid-compiler "0.9.0"]