License |
License |
---|---|
Categories |
CategoriesNet Hibernate Data ORM |
GroupId | GroupIdio.github.nethibernate |
ArtifactId | ArtifactIdprotostuff |
Last Version | Last Version1.7.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionprotostuff
Java serialization library, proto compiler, code generator
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protostuff-1.7.4.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nethibernate/protostuff/ -->
<dependency>
<groupId>io.github.nethibernate</groupId>
<artifactId>protostuff</artifactId>
<version>1.7.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff/
implementation 'io.github.nethibernate:protostuff:1.7.4'
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff/
implementation ("io.github.nethibernate:protostuff:1.7.4")
'io.github.nethibernate:protostuff:pom:1.7.4'
<dependency org="io.github.nethibernate" name="protostuff" rev="1.7.4">
<artifact name="protostuff" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.nethibernate', module='protostuff', version='1.7.4')
)
libraryDependencies += "io.github.nethibernate" % "protostuff" % "1.7.4"
[io.github.nethibernate/protostuff "1.7.4"]