GroupId | GroupIdorg.minbox.framework |
---|---|
ArtifactId | ArtifactIdapi-boot-common |
Version | Version2.1.7.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-common</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation 'org.minbox.framework:api-boot-common:2.1.7.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation ("org.minbox.framework:api-boot-common:2.1.7.RELEASE")
'org.minbox.framework:api-boot-common:jar:2.1.7.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-common" rev="2.1.7.RELEASE">
<artifact name="api-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-common', version='2.1.7.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-common" % "2.1.7.RELEASE"
[org.minbox.framework/api-boot-common "2.1.7.RELEASE"]