| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dapeng-soa |
| ArtifactId | ArtifactIddapeng-core |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description一个简单、易用、多特性的SOA框架
|
| Filename | Size |
|---|---|
| dapeng-core-2.2.2.pom | |
| dapeng-core-2.2.2.jar | 142 KB |
| dapeng-core-2.2.2-sources.jar | 134 KB |
| dapeng-core-2.2.2-javadoc.jar | 799 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-core/ -->
<dependency>
<groupId>com.github.dapeng-soa</groupId>
<artifactId>dapeng-core</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-core/
implementation 'com.github.dapeng-soa:dapeng-core:2.2.2'
// https://jarcasting.com/artifacts/com.github.dapeng-soa/dapeng-core/
implementation ("com.github.dapeng-soa:dapeng-core:2.2.2")
'com.github.dapeng-soa:dapeng-core:jar:2.2.2'
<dependency org="com.github.dapeng-soa" name="dapeng-core" rev="2.2.2">
<artifact name="dapeng-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dapeng-soa', module='dapeng-core', version='2.2.2')
)
libraryDependencies += "com.github.dapeng-soa" % "dapeng-core" % "2.2.2"
[com.github.dapeng-soa/dapeng-core "2.2.2"]