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