| GroupId | GroupIdcom.csicit.ace |
|---|---|
| ArtifactId | ArtifactIdbpm |
| Version | Version1.0.50 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bpm-1.0.50.pom | |
| bpm-1.0.50.jar | 296 KB |
| bpm-1.0.50-sources.jar | 118 bytes |
| bpm-1.0.50-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.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/bpm/
implementation 'com.csicit.ace:bpm:1.0.50'
// https://jarcasting.com/artifacts/com.csicit.ace/bpm/
implementation ("com.csicit.ace:bpm:1.0.50")
'com.csicit.ace:bpm:jar:1.0.50'
<dependency org="com.csicit.ace" name="bpm" rev="1.0.50">
<artifact name="bpm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='bpm', version='1.0.50')
)
libraryDependencies += "com.csicit.ace" % "bpm" % "1.0.50"
[com.csicit.ace/bpm "1.0.50"]