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