| Группа | Группаorg.minbox.framework |
|---|---|
| Идентификатор | Идентификаторcommand-execute-core |
| Версия | Версия0.1.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/command-execute-core/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>command-execute-core</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/command-execute-core/
implementation 'org.minbox.framework:command-execute-core:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/command-execute-core/
implementation ("org.minbox.framework:command-execute-core:0.1.0.RELEASE")
'org.minbox.framework:command-execute-core:jar:0.1.0.RELEASE'
<dependency org="org.minbox.framework" name="command-execute-core" rev="0.1.0.RELEASE">
<artifact name="command-execute-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='command-execute-core', version='0.1.0.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "command-execute-core" % "0.1.0.RELEASE"
[org.minbox.framework/command-execute-core "0.1.0.RELEASE"]