GroupId | GroupIdeu.cedarsoft.utils |
---|---|
ArtifactId | ArtifactIdexecution |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
execution-1.1.pom | |
execution-1.1.jar | 7 KB |
execution-1.1-sources.jar | 4 KB |
execution-1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.utils/execution/ -->
<dependency>
<groupId>eu.cedarsoft.utils</groupId>
<artifactId>execution</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.utils/execution/
implementation 'eu.cedarsoft.utils:execution:1.1'
// https://jarcasting.com/artifacts/eu.cedarsoft.utils/execution/
implementation ("eu.cedarsoft.utils:execution:1.1")
'eu.cedarsoft.utils:execution:jar:1.1'
<dependency org="eu.cedarsoft.utils" name="execution" rev="1.1">
<artifact name="execution" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.utils', module='execution', version='1.1')
)
libraryDependencies += "eu.cedarsoft.utils" % "execution" % "1.1"
[eu.cedarsoft.utils/execution "1.1"]