GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdflowbasiccomponent |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
flowbasiccomponent-0.0.8.pom | |
flowbasiccomponent-0.0.8.jar | 14 KB |
flowbasiccomponent-0.0.8-tests.jar | 12 KB |
flowbasiccomponent-0.0.8-sources.jar | 13 KB |
flowbasiccomponent-0.0.8-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/flowbasiccomponent/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>flowbasiccomponent</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/flowbasiccomponent/
implementation 'org.tinygroup:flowbasiccomponent:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/flowbasiccomponent/
implementation ("org.tinygroup:flowbasiccomponent:0.0.8")
'org.tinygroup:flowbasiccomponent:jar:0.0.8'
<dependency org="org.tinygroup" name="flowbasiccomponent" rev="0.0.8">
<artifact name="flowbasiccomponent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='flowbasiccomponent', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "flowbasiccomponent" % "0.0.8"
[org.tinygroup/flowbasiccomponent "0.0.8"]