GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-runtime-registry |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-runtime-registry/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime-registry</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-runtime-registry/
implementation 'com.dyuproject.protostuff:protostuff-runtime-registry:1.1.2'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-runtime-registry/
implementation ("com.dyuproject.protostuff:protostuff-runtime-registry:1.1.2")
'com.dyuproject.protostuff:protostuff-runtime-registry:jar:1.1.2'
<dependency org="com.dyuproject.protostuff" name="protostuff-runtime-registry" rev="1.1.2">
<artifact name="protostuff-runtime-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-runtime-registry', version='1.1.2')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-runtime-registry" % "1.1.2"
[com.dyuproject.protostuff/protostuff-runtime-registry "1.1.2"]