Categories |
CategoriesNet Hibernate Data ORM |
---|---|
GroupId | GroupIdio.github.nethibernate |
ArtifactId | ArtifactIdprotostuff-it |
Version | Version1.7.4 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-it-1.7.4.pom | |
protostuff-it-1.7.4.jar | 2 KB |
protostuff-it-1.7.4-tests.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/ -->
<dependency>
<groupId>io.github.nethibernate</groupId>
<artifactId>protostuff-it</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/
implementation 'io.github.nethibernate:protostuff-it:1.7.4'
// https://jarcasting.com/artifacts/io.github.nethibernate/protostuff-it/
implementation ("io.github.nethibernate:protostuff-it:1.7.4")
'io.github.nethibernate:protostuff-it:jar:1.7.4'
<dependency org="io.github.nethibernate" name="protostuff-it" rev="1.7.4">
<artifact name="protostuff-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nethibernate', module='protostuff-it', version='1.7.4')
)
libraryDependencies += "io.github.nethibernate" % "protostuff-it" % "1.7.4"
[io.github.nethibernate/protostuff-it "1.7.4"]