GroupId | GroupIdorg.minbox.framework |
---|---|
ArtifactId | ArtifactIdapi-boot-common |
Version | Version0.1.1.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>0.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation 'org.minbox.framework:api-boot-common:0.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation ("org.minbox.framework:api-boot-common:0.1.1.RELEASE")
'org.minbox.framework:api-boot-common:jar:0.1.1.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-common" rev="0.1.1.RELEASE">
<artifact name="api-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-common', version='0.1.1.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-common" % "0.1.1.RELEASE"
[org.minbox.framework/api-boot-common "0.1.1.RELEASE"]