License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.seesharpsoft.spring |
ArtifactId | ArtifactIdsharping-parent |
Version | Version0.8.0 |
Type | Typepom |
Description |
DescriptionSeeSharpSoft Java Spring Framework Essentials
Programming model and libraries for developing WebApps on Java Spring Framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sharping-parent-0.8.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-parent/ -->
<dependency>
<groupId>net.seesharpsoft.spring</groupId>
<artifactId>sharping-parent</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-parent/
implementation 'net.seesharpsoft.spring:sharping-parent:0.8.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-parent/
implementation ("net.seesharpsoft.spring:sharping-parent:0.8.0")
'net.seesharpsoft.spring:sharping-parent:pom:0.8.0'
<dependency org="net.seesharpsoft.spring" name="sharping-parent" rev="0.8.0">
<artifact name="sharping-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.spring', module='sharping-parent', version='0.8.0')
)
libraryDependencies += "net.seesharpsoft.spring" % "sharping-parent" % "0.8.0"
[net.seesharpsoft.spring/sharping-parent "0.8.0"]