License |
License |
---|---|
Categories |
CategoriesNet Hibernate Data ORM |
GroupId | GroupIdio.github.nethibernate |
ArtifactId | ArtifactIdprotostuff-core |
Version | Version1.7.3 |
Type | Typejar |
Description |
Descriptionprotostuff :: core
protobuf serialization for mutable messages
|
Filename | Size |
---|---|
protostuff-core-1.7.3.pom | |
protostuff-core-1.7.3.jar | 63 KB |
protostuff-core-1.7.3-tests.jar | 127 KB |
protostuff-core-1.7.3-sources.jar | 50 KB |
protostuff-core-1.7.3-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-core/ -->
<dependency>
<groupId>io.github.nethibernate</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-core/
implementation 'io.github.nethibernate:protostuff-core:1.7.3'
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-core/
implementation ("io.github.nethibernate:protostuff-core:1.7.3")
'io.github.nethibernate:protostuff-core:jar:1.7.3'
<dependency org="io.github.nethibernate" name="protostuff-core" rev="1.7.3">
<artifact name="protostuff-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nethibernate', module='protostuff-core', version='1.7.3')
)
libraryDependencies += "io.github.nethibernate" % "protostuff-core" % "1.7.3"
[io.github.nethibernate/protostuff-core "1.7.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.nethibernate : protostuff-api | jar | 1.7.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |