java-commons
Java Commons
License |
License |
---|---|
GroupId | GroupIdcom.peertopark.spring |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncom.peertopark.spring.parent
Peer to Park Spring Open Source parent package
|
Project Organization |
Project OrganizationPeer to Park |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.1.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peertopark.spring/parent/ -->
<dependency>
<groupId>com.peertopark.spring</groupId>
<artifactId>parent</artifactId>
<version>1.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.peertopark.spring/parent/
implementation 'com.peertopark.spring:parent:1.1.5'
// https://jarcasting.com/artifacts/com.peertopark.spring/parent/
implementation ("com.peertopark.spring:parent:1.1.5")
'com.peertopark.spring:parent:pom:1.1.5'
<dependency org="com.peertopark.spring" name="parent" rev="1.1.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.peertopark.spring', module='parent', version='1.1.5')
)
libraryDependencies += "com.peertopark.spring" % "parent" % "1.1.5"
[com.peertopark.spring/parent "1.1.5"]
Java Commons