GroupId | GroupIdorg.nasdanika.core |
---|---|
ArtifactId | ArtifactIdexec |
Version | Version2022.5.3 |
Type | Typejar |
Filename | Size |
---|---|
exec-2022.5.3.pom | |
exec-2022.5.3.jar | 81 KB |
exec-2022.5.3-test-sources.jar | 13 KB |
exec-2022.5.3-sources.jar | 70 KB |
exec-2022.5.3-model.jar | 74 KB |
exec-2022.5.3-javadoc.jar | 773 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.core/exec/ -->
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>exec</artifactId>
<version>2022.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.core/exec/
implementation 'org.nasdanika.core:exec:2022.5.3'
// https://jarcasting.com/artifacts/org.nasdanika.core/exec/
implementation ("org.nasdanika.core:exec:2022.5.3")
'org.nasdanika.core:exec:jar:2022.5.3'
<dependency org="org.nasdanika.core" name="exec" rev="2022.5.3">
<artifact name="exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.core', module='exec', version='2022.5.3')
)
libraryDependencies += "org.nasdanika.core" % "exec" % "2022.5.3"
[org.nasdanika.core/exec "2022.5.3"]