Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.savantly.sprout |
ArtifactId | ArtifactIdweb-parent |
Version | Version1.2.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
web-parent-1.2.1-RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.savantly.sprout/web-parent/ -->
<dependency>
<groupId>net.savantly.sprout</groupId>
<artifactId>web-parent</artifactId>
<version>1.2.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.savantly.sprout/web-parent/
implementation 'net.savantly.sprout:web-parent:1.2.1-RELEASE'
// https://jarcasting.com/artifacts/net.savantly.sprout/web-parent/
implementation ("net.savantly.sprout:web-parent:1.2.1-RELEASE")
'net.savantly.sprout:web-parent:pom:1.2.1-RELEASE'
<dependency org="net.savantly.sprout" name="web-parent" rev="1.2.1-RELEASE">
<artifact name="web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.savantly.sprout', module='web-parent', version='1.2.1-RELEASE')
)
libraryDependencies += "net.savantly.sprout" % "web-parent" % "1.2.1-RELEASE"
[net.savantly.sprout/web-parent "1.2.1-RELEASE"]