GroupId | GroupIdglobal.namespace.service-wight |
---|---|
ArtifactId | ArtifactIdservice-wight-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
service-wight-core-0.3.0.pom | |
service-wight-core-0.3.0.jar | 23 KB |
service-wight-core-0.3.0-sources.jar | 15 KB |
service-wight-core-0.3.0-javadoc.jar | 86 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-core/
implementation 'global.namespace.service-wight:service-wight-core:0.3.0'
// https://jarcasting.com/artifacts/global.namespace.service-wight/service-wight-core/
implementation ("global.namespace.service-wight:service-wight-core:0.3.0")
'global.namespace.service-wight:service-wight-core:jar:0.3.0'
<dependency org="global.namespace.service-wight" name="service-wight-core" rev="0.3.0">
<artifact name="service-wight-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='global.namespace.service-wight', module='service-wight-core', version='0.3.0')
)
libraryDependencies += "global.namespace.service-wight" % "service-wight-core" % "0.3.0"
[global.namespace.service-wight/service-wight-core "0.3.0"]