License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sealake |
ArtifactId | ArtifactIdcommon-build |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Description |
Descriptioncommon-build
Module to centralize common resources and configuration for builds.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-build-1.0.0.RELEASE.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sealake/common-build/ -->
<dependency>
<groupId>net.sealake</groupId>
<artifactId>common-build</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sealake/common-build/
implementation 'net.sealake:common-build:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/net.sealake/common-build/
implementation ("net.sealake:common-build:1.0.0.RELEASE")
'net.sealake:common-build:pom:1.0.0.RELEASE'
<dependency org="net.sealake" name="common-build" rev="1.0.0.RELEASE">
<artifact name="common-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sealake', module='common-build', version='1.0.0.RELEASE')
)
libraryDependencies += "net.sealake" % "common-build" % "1.0.0.RELEASE"
[net.sealake/common-build "1.0.0.RELEASE"]