devg-method
devg-method
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.devgcoder |
| ArtifactId | ArtifactIddevg-method |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondevg-method
Demo project for Spring Boot
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| devg-method-1.0.1.pom | |
| devg-method-1.0.1.jar | 32 KB |
| devg-method-1.0.1-sources.jar | 15 KB |
| devg-method-1.0.1-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.devgcoder/devg-method/ -->
<dependency>
<groupId>com.github.devgcoder</groupId>
<artifactId>devg-method</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devgcoder/devg-method/
implementation 'com.github.devgcoder:devg-method:1.0.1'
// https://jarcasting.com/artifacts/com.github.devgcoder/devg-method/
implementation ("com.github.devgcoder:devg-method:1.0.1")
'com.github.devgcoder:devg-method:jar:1.0.1'
<dependency org="com.github.devgcoder" name="devg-method" rev="1.0.1">
<artifact name="devg-method" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devgcoder', module='devg-method', version='1.0.1')
)
libraryDependencies += "com.github.devgcoder" % "devg-method" % "1.0.1"
[com.github.devgcoder/devg-method "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.0.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.0.RELEASE |
| redis.clients : jedis | jar | 3.1.0 |
| org.aspectj : aspectjweaver | jar | 1.9.2 |
devg-method