GroupId | GroupIdorg.imixs.workflow |
---|---|
ArtifactId | ArtifactIdimixs-ml-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
imixs-ml-core-1.0.0.pom | |
imixs-ml-core-1.0.0.jar | 34 KB |
imixs-ml-core-1.0.0-sources.jar | 31 KB |
imixs-ml-core-1.0.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-ml-core/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-ml-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-ml-core/
implementation 'org.imixs.workflow:imixs-ml-core:1.0.0'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-ml-core/
implementation ("org.imixs.workflow:imixs-ml-core:1.0.0")
'org.imixs.workflow:imixs-ml-core:jar:1.0.0'
<dependency org="org.imixs.workflow" name="imixs-ml-core" rev="1.0.0">
<artifact name="imixs-ml-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-ml-core', version='1.0.0')
)
libraryDependencies += "org.imixs.workflow" % "imixs-ml-core" % "1.0.0"
[org.imixs.workflow/imixs-ml-core "1.0.0"]