GroupId | GroupIdlu.uni.serval |
---|---|
ArtifactId | ArtifactIdcommons-runner-utils |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-runner-utils-0.1.3.pom | |
commons-runner-utils-0.1.3.jar | 46 KB |
commons-runner-utils-0.1.3-sources.jar | 22 KB |
commons-runner-utils-0.1.3-javadoc.jar | 576 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lu.uni.serval/commons-runner-utils/ -->
<dependency>
<groupId>lu.uni.serval</groupId>
<artifactId>commons-runner-utils</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/lu.uni.serval/commons-runner-utils/
implementation 'lu.uni.serval:commons-runner-utils:0.1.3'
// https://jarcasting.com/artifacts/lu.uni.serval/commons-runner-utils/
implementation ("lu.uni.serval:commons-runner-utils:0.1.3")
'lu.uni.serval:commons-runner-utils:jar:0.1.3'
<dependency org="lu.uni.serval" name="commons-runner-utils" rev="0.1.3">
<artifact name="commons-runner-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.uni.serval', module='commons-runner-utils', version='0.1.3')
)
libraryDependencies += "lu.uni.serval" % "commons-runner-utils" % "0.1.3"
[lu.uni.serval/commons-runner-utils "0.1.3"]