License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.coding.chenxiaobo |
ArtifactId | ArtifactIdframework-extension |
Last Version | Last Version1.2.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Framework Extension
some java commons framework for the extension project
|
Filename | Size |
---|---|
framework-extension-1.2.2.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.coding.chenxiaobo/framework-extension/ -->
<dependency>
<groupId>net.coding.chenxiaobo</groupId>
<artifactId>framework-extension</artifactId>
<version>1.2.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.coding.chenxiaobo/framework-extension/
implementation 'net.coding.chenxiaobo:framework-extension:1.2.2.RELEASE'
// https://jarcasting.com/artifacts/net.coding.chenxiaobo/framework-extension/
implementation ("net.coding.chenxiaobo:framework-extension:1.2.2.RELEASE")
'net.coding.chenxiaobo:framework-extension:pom:1.2.2.RELEASE'
<dependency org="net.coding.chenxiaobo" name="framework-extension" rev="1.2.2.RELEASE">
<artifact name="framework-extension" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.coding.chenxiaobo', module='framework-extension', version='1.2.2.RELEASE')
)
libraryDependencies += "net.coding.chenxiaobo" % "framework-extension" % "1.2.2.RELEASE"
[net.coding.chenxiaobo/framework-extension "1.2.2.RELEASE"]