Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.jdcloud.jmsf |
ArtifactId | ArtifactIdmeshware-config |
Version | Version1.2.3 |
Type | Typepom |
Filename | Size |
---|---|
meshware-config-1.2.3.pom | 810 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config/ -->
<dependency>
<groupId>com.jdcloud.jmsf</groupId>
<artifactId>meshware-config</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config/
implementation 'com.jdcloud.jmsf:meshware-config:1.2.3'
// https://jarcasting.com/artifacts/com.jdcloud.jmsf/meshware-config/
implementation ("com.jdcloud.jmsf:meshware-config:1.2.3")
'com.jdcloud.jmsf:meshware-config:pom:1.2.3'
<dependency org="com.jdcloud.jmsf" name="meshware-config" rev="1.2.3">
<artifact name="meshware-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jdcloud.jmsf', module='meshware-config', version='1.2.3')
)
libraryDependencies += "com.jdcloud.jmsf" % "meshware-config" % "1.2.3"
[com.jdcloud.jmsf/meshware-config "1.2.3"]