| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdjp.spring-boot-reference |
| ArtifactId | ArtifactIdperpin |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionperpin
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| perpin-1.0.1.pom | |
| perpin-1.0.1.jar | 14 KB |
| perpin-1.0.1-sources.jar | 8 KB |
| perpin-1.0.1-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jp.spring-boot-reference/perpin/ -->
<dependency>
<groupId>jp.spring-boot-reference</groupId>
<artifactId>perpin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/jp.spring-boot-reference/perpin/
implementation 'jp.spring-boot-reference:perpin:1.0.1'
// https://jarcasting.com/artifacts/jp.spring-boot-reference/perpin/
implementation ("jp.spring-boot-reference:perpin:1.0.1")
'jp.spring-boot-reference:perpin:jar:1.0.1'
<dependency org="jp.spring-boot-reference" name="perpin" rev="1.0.1">
<artifact name="perpin" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.spring-boot-reference', module='perpin', version='1.0.1')
)
libraryDependencies += "jp.spring-boot-reference" % "perpin" % "1.0.1"
[jp.spring-boot-reference/perpin "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |