GroupId | GroupIdcom.yomahub |
---|---|
ArtifactId | ArtifactIdliteflow-core |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
liteflow-core-2.3.2.pom | |
liteflow-core-2.3.2.jar | 49 KB |
liteflow-core-2.3.2-sources.jar | 29 KB |
liteflow-core-2.3.2-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/liteflow-core/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/liteflow-core/
implementation 'com.yomahub:liteflow-core:2.3.2'
// https://jarcasting.com/artifacts/com.yomahub/liteflow-core/
implementation ("com.yomahub:liteflow-core:2.3.2")
'com.yomahub:liteflow-core:jar:2.3.2'
<dependency org="com.yomahub" name="liteflow-core" rev="2.3.2">
<artifact name="liteflow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='liteflow-core', version='2.3.2')
)
libraryDependencies += "com.yomahub" % "liteflow-core" % "2.3.2"
[com.yomahub/liteflow-core "2.3.2"]