| GroupId | GroupIdcom.plumelog |
|---|---|
| ArtifactId | ArtifactIdplumelog_rest |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| plumelog_rest-2.0.pom | |
| plumelog_rest-2.0.jar | 37 MB |
| plumelog_rest-2.0-sources.jar | 6 KB |
| plumelog_rest-2.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.plumelog/plumelog_rest/ -->
<dependency>
<groupId>com.plumelog</groupId>
<artifactId>plumelog_rest</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.plumelog/plumelog_rest/
implementation 'com.plumelog:plumelog_rest:2.0'
// https://jarcasting.com/artifacts/com.plumelog/plumelog_rest/
implementation ("com.plumelog:plumelog_rest:2.0")
'com.plumelog:plumelog_rest:jar:2.0'
<dependency org="com.plumelog" name="plumelog_rest" rev="2.0">
<artifact name="plumelog_rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plumelog', module='plumelog_rest', version='2.0')
)
libraryDependencies += "com.plumelog" % "plumelog_rest" % "2.0"
[com.plumelog/plumelog_rest "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
| com.plumelog : plumelog_log4j2 | jar | ${version} |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |