GroupId | GroupIdcom.reprezen.genflow |
---|---|
ArtifactId | ArtifactIdgenflow-tools |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
genflow-tools-0.0.13.pom | |
genflow-tools-0.0.13.jar | 25 KB |
genflow-tools-0.0.13-sources.jar | 10 KB |
genflow-tools-0.0.13-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>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.reprezen.genflow/genflow-tools/
implementation 'com.reprezen.genflow:genflow-tools:0.0.13'
// https://jarcasting.com/artifacts/com.reprezen.genflow/genflow-tools/
implementation ("com.reprezen.genflow:genflow-tools:0.0.13")
'com.reprezen.genflow:genflow-tools:jar:0.0.13'
<dependency org="com.reprezen.genflow" name="genflow-tools" rev="0.0.13">
<artifact name="genflow-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reprezen.genflow', module='genflow-tools', version='0.0.13')
)
libraryDependencies += "com.reprezen.genflow" % "genflow-tools" % "0.0.13"
[com.reprezen.genflow/genflow-tools "0.0.13"]