GroupId | GroupIdcom.github.xh32t03.framework |
---|---|
ArtifactId | ArtifactIdbusiness-framework |
Version | Version1.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xh32t03.framework/business-framework/ -->
<dependency>
<groupId>com.github.xh32t03.framework</groupId>
<artifactId>business-framework</artifactId>
<version>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xh32t03.framework/business-framework/
implementation 'com.github.xh32t03.framework:business-framework:1.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.xh32t03.framework/business-framework/
implementation ("com.github.xh32t03.framework:business-framework:1.3.RELEASE")
'com.github.xh32t03.framework:business-framework:jar:1.3.RELEASE'
<dependency org="com.github.xh32t03.framework" name="business-framework" rev="1.3.RELEASE">
<artifact name="business-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xh32t03.framework', module='business-framework', version='1.3.RELEASE')
)
libraryDependencies += "com.github.xh32t03.framework" % "business-framework" % "1.3.RELEASE"
[com.github.xh32t03.framework/business-framework "1.3.RELEASE"]