GroupId | GroupIdorg.minbox.framework |
---|---|
ArtifactId | ArtifactIdcommand-execute-core |
Version | Version0.1.0.RELEASE |
Type | Typejar |
<!-- 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"]