GroupId | GroupIdcom.jdcloud.jmsf |
---|---|
ArtifactId | ArtifactIdmeshware-common |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
meshware-common-1.2.3.pom | |
meshware-common-1.2.3.jar | 202 KB |
meshware-common-1.2.3-sources.jar | 3 KB |
meshware-common-1.2.3-javadoc.jar | 854 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-common/ -->
<dependency>
<groupId>com.jdcloud.jmsf</groupId>
<artifactId>meshware-common</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-common/
implementation 'com.jdcloud.jmsf:meshware-common:1.2.3'
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-common/
implementation ("com.jdcloud.jmsf:meshware-common:1.2.3")
'com.jdcloud.jmsf:meshware-common:jar:1.2.3'
<dependency org="com.jdcloud.jmsf" name="meshware-common" rev="1.2.3">
<artifact name="meshware-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jdcloud.jmsf', module='meshware-common', version='1.2.3')
)
libraryDependencies += "com.jdcloud.jmsf" % "meshware-common" % "1.2.3"
[com.jdcloud.jmsf/meshware-common "1.2.3"]