GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdexecution |
Version | Version8.7.0 |
Type | Typejar |
Filename | Size |
---|---|
execution-8.7.0.pom | |
execution-8.7.0.jar | 10 KB |
execution-8.7.0-tests.jar | 9 KB |
execution-8.7.0-sources.jar | 9 KB |
execution-8.7.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/execution/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>execution</artifactId>
<version>8.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/execution/
implementation 'com.cedarsoft.commons:execution:8.7.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/execution/
implementation ("com.cedarsoft.commons:execution:8.7.0")
'com.cedarsoft.commons:execution:jar:8.7.0'
<dependency org="com.cedarsoft.commons" name="execution" rev="8.7.0">
<artifact name="execution" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='execution', version='8.7.0')
)
libraryDependencies += "com.cedarsoft.commons" % "execution" % "8.7.0"
[com.cedarsoft.commons/execution "8.7.0"]