Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.maxron.platform |
ArtifactId | ArtifactIdmover-process |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mover-process-2.0.0.pom | |
mover-process-2.0.0.jar | 32 KB |
mover-process-2.0.0-sources.jar | 17 KB |
mover-process-2.0.0-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maxron.platform/mover-process/ -->
<dependency>
<groupId>org.maxron.platform</groupId>
<artifactId>mover-process</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.maxron.platform/mover-process/
implementation 'org.maxron.platform:mover-process:2.0.0'
// https://jarcasting.com/artifacts/org.maxron.platform/mover-process/
implementation ("org.maxron.platform:mover-process:2.0.0")
'org.maxron.platform:mover-process:jar:2.0.0'
<dependency org="org.maxron.platform" name="mover-process" rev="2.0.0">
<artifact name="mover-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maxron.platform', module='mover-process', version='2.0.0')
)
libraryDependencies += "org.maxron.platform" % "mover-process" % "2.0.0"
[org.maxron.platform/mover-process "2.0.0"]