| GroupId | GroupIdcom.csicit.ace |
|---|---|
| ArtifactId | ArtifactIdbpm |
| Version | Version1.0.86 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bpm-1.0.86.pom | |
| bpm-1.0.86.jar | 334 KB |
| bpm-1.0.86-sources.jar | 118 bytes |
| bpm-1.0.86-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.csicit.ace/bpm/ -->
<dependency>
<groupId>com.csicit.ace</groupId>
<artifactId>bpm</artifactId>
<version>1.0.86</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/bpm/
implementation 'com.csicit.ace:bpm:1.0.86'
// https://jarcasting.com/artifacts/com.csicit.ace/bpm/
implementation ("com.csicit.ace:bpm:1.0.86")
'com.csicit.ace:bpm:jar:1.0.86'
<dependency org="com.csicit.ace" name="bpm" rev="1.0.86">
<artifact name="bpm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='bpm', version='1.0.86')
)
libraryDependencies += "com.csicit.ace" % "bpm" % "1.0.86"
[com.csicit.ace/bpm "1.0.86"]