GroupId | GroupIdglobal.namespace.service-wight |
---|---|
ArtifactId | ArtifactIdservice-wight-core |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
service-wight-core-0.5.1.pom | |
service-wight-core-0.5.1.jar | 21 KB |
service-wight-core-0.5.1-sources.jar | 14 KB |
service-wight-core-0.5.1-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-core/ -->
<dependency>
<groupId>global.namespace.service-wight</groupId>
<artifactId>service-wight-core</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-core/
implementation 'global.namespace.service-wight:service-wight-core:0.5.1'
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-core/
implementation ("global.namespace.service-wight:service-wight-core:0.5.1")
'global.namespace.service-wight:service-wight-core:jar:0.5.1'
<dependency org="global.namespace.service-wight" name="service-wight-core" rev="0.5.1">
<artifact name="service-wight-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='global.namespace.service-wight', module='service-wight-core', version='0.5.1')
)
libraryDependencies += "global.namespace.service-wight" % "service-wight-core" % "0.5.1"
[global.namespace.service-wight/service-wight-core "0.5.1"]