License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wudgaby.platform |
ArtifactId | ArtifactIdbasis-project-common |
Version | Version1.0.0 |
Type | Typejar |
Description |
Description框架通用包
|
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project-common/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>basis-project-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project-common/
implementation 'com.wudgaby.platform:basis-project-common:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/basis-project-common/
implementation ("com.wudgaby.platform:basis-project-common:1.0.0")
'com.wudgaby.platform:basis-project-common:jar:1.0.0'
<dependency org="com.wudgaby.platform" name="basis-project-common" rev="1.0.0">
<artifact name="basis-project-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='basis-project-common', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "basis-project-common" % "1.0.0"
[com.wudgaby.platform/basis-project-common "1.0.0"]