| GroupId | GroupIdorg.aperteworkflow |
|---|---|
| ArtifactId | ArtifactIduser-substitution-process |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| user-substitution-process-2.0.pom | |
| user-substitution-process-2.0.jar | 19 KB |
| user-substitution-process-2.0-sources.jar | 18 KB |
| user-substitution-process-2.0-javadoc.jar | 334 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/user-substitution-process/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>user-substitution-process</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/user-substitution-process/
implementation 'org.aperteworkflow:user-substitution-process:2.0'
// https://jarcasting.com/artifacts/org.aperteworkflow/user-substitution-process/
implementation ("org.aperteworkflow:user-substitution-process:2.0")
'org.aperteworkflow:user-substitution-process:jar:2.0'
<dependency org="org.aperteworkflow" name="user-substitution-process" rev="2.0">
<artifact name="user-substitution-process" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='user-substitution-process', version='2.0')
)
libraryDependencies += "org.aperteworkflow" % "user-substitution-process" % "2.0"
[org.aperteworkflow/user-substitution-process "2.0"]