GroupId | GroupIdglobal.namespace.service-wight |
---|---|
ArtifactId | ArtifactIdservice-wight-parent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
service-wight-parent-0.1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-parent/ -->
<dependency>
<groupId>global.namespace.service-wight</groupId>
<artifactId>service-wight-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-parent/
implementation 'global.namespace.service-wight:service-wight-parent:0.1.0'
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-parent/
implementation ("global.namespace.service-wight:service-wight-parent:0.1.0")
'global.namespace.service-wight:service-wight-parent:pom:0.1.0'
<dependency org="global.namespace.service-wight" name="service-wight-parent" rev="0.1.0">
<artifact name="service-wight-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='global.namespace.service-wight', module='service-wight-parent', version='0.1.0')
)
libraryDependencies += "global.namespace.service-wight" % "service-wight-parent" % "0.1.0"
[global.namespace.service-wight/service-wight-parent "0.1.0"]