License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.cjoop |
ArtifactId | ArtifactIdplatform-core |
Last Version | Last Version0.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweb服务端核心项目
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
platform-core-0.0.1.RELEASE.pom | |
platform-core-0.0.1.RELEASE.jar | 90 KB |
platform-core-0.0.1.RELEASE-sources.jar | 47 KB |
platform-core-0.0.1.RELEASE-javadoc.jar | 371 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cjoop/platform-core/ -->
<dependency>
<groupId>com.cjoop</groupId>
<artifactId>platform-core</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.cjoop/platform-core/
implementation 'com.cjoop:platform-core:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.cjoop/platform-core/
implementation ("com.cjoop:platform-core:0.0.1.RELEASE")
'com.cjoop:platform-core:jar:0.0.1.RELEASE'
<dependency org="com.cjoop" name="platform-core" rev="0.0.1.RELEASE">
<artifact name="platform-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cjoop', module='platform-core', version='0.0.1.RELEASE')
)
libraryDependencies += "com.cjoop" % "platform-core" % "0.0.1.RELEASE"
[com.cjoop/platform-core "0.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.5.12.RELEASE |