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