GroupId | GroupIdorg.minbox.framework |
---|---|
ArtifactId | ArtifactIdapi-boot |
Version | Version2.3.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
api-boot-2.3.1.RELEASE.pom | |
api-boot-2.3.1.RELEASE.jar | 55 KB |
api-boot-2.3.1.RELEASE-sources.jar | 38 KB |
api-boot-2.3.1.RELEASE-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation 'org.minbox.framework:api-boot:2.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot/
implementation ("org.minbox.framework:api-boot:2.3.1.RELEASE")
'org.minbox.framework:api-boot:jar:2.3.1.RELEASE'
<dependency org="org.minbox.framework" name="api-boot" rev="2.3.1.RELEASE">
<artifact name="api-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot', version='2.3.1.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot" % "2.3.1.RELEASE"
[org.minbox.framework/api-boot "2.3.1.RELEASE"]