GroupId | GroupIdcom.reprezen.genflow |
---|---|
ArtifactId | ArtifactIdgenflow-tools |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
genflow-tools-1.4.0.pom | |
genflow-tools-1.4.0.jar | 25 KB |
genflow-tools-1.4.0-sources.jar | 10 KB |
genflow-tools-1.4.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.reprezen.genflow/genflow-tools/ -->
<dependency>
<groupId>com.reprezen.genflow</groupId>
<artifactId>genflow-tools</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.reprezen.genflow/genflow-tools/
implementation 'com.reprezen.genflow:genflow-tools:1.4.0'
// https://jarcasting.com/artifacts/com.reprezen.genflow/genflow-tools/
implementation ("com.reprezen.genflow:genflow-tools:1.4.0")
'com.reprezen.genflow:genflow-tools:jar:1.4.0'
<dependency org="com.reprezen.genflow" name="genflow-tools" rev="1.4.0">
<artifact name="genflow-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reprezen.genflow', module='genflow-tools', version='1.4.0')
)
libraryDependencies += "com.reprezen.genflow" % "genflow-tools" % "1.4.0"
[com.reprezen.genflow/genflow-tools "1.4.0"]