GroupId | GroupIdcom.metaring |
---|---|
ArtifactId | ArtifactIdframework-ext-j2ee-rpc |
Version | Version1.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.metaring/framework-ext-j2ee-rpc/ -->
<dependency>
<groupId>com.metaring</groupId>
<artifactId>framework-ext-j2ee-rpc</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.metaring/framework-ext-j2ee-rpc/
implementation 'com.metaring:framework-ext-j2ee-rpc:1.3.5'
// https://jarcasting.com/artifacts/com.metaring/framework-ext-j2ee-rpc/
implementation ("com.metaring:framework-ext-j2ee-rpc:1.3.5")
'com.metaring:framework-ext-j2ee-rpc:jar:1.3.5'
<dependency org="com.metaring" name="framework-ext-j2ee-rpc" rev="1.3.5">
<artifact name="framework-ext-j2ee-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metaring', module='framework-ext-j2ee-rpc', version='1.3.5')
)
libraryDependencies += "com.metaring" % "framework-ext-j2ee-rpc" % "1.3.5"
[com.metaring/framework-ext-j2ee-rpc "1.3.5"]