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