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