GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-runtime-registry |
Version | Version1.2.1 |
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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-runtime-registry/
implementation 'com.dyuproject.protostuff:protostuff-runtime-registry:1.2.1'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-runtime-registry/
implementation ("com.dyuproject.protostuff:protostuff-runtime-registry:1.2.1")
'com.dyuproject.protostuff:protostuff-runtime-registry:jar:1.2.1'
<dependency org="com.dyuproject.protostuff" name="protostuff-runtime-registry" rev="1.2.1">
<artifact name="protostuff-runtime-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-runtime-registry', version='1.2.1')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-runtime-registry" % "1.2.1"
[com.dyuproject.protostuff/protostuff-runtime-registry "1.2.1"]