License |
License |
---|---|
Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdproto-rexp |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionProto-RExp
Java library for reading and writing RProtoBuf messages
|
Project URL |
Project URL |
Filename | Size |
---|---|
proto-rexp-1.0.0.pom | |
proto-rexp-1.0.0.jar | 47 KB |
proto-rexp-1.0.0-sources.jar | 20 KB |
proto-rexp-1.0.0-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/proto-rexp/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>proto-rexp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/proto-rexp/
implementation 'org.jpmml:proto-rexp:1.0.0'
// https://jarcasting.com/artifacts/org.jpmml/proto-rexp/
implementation ("org.jpmml:proto-rexp:1.0.0")
'org.jpmml:proto-rexp:jar:1.0.0'
<dependency org="org.jpmml" name="proto-rexp" rev="1.0.0">
<artifact name="proto-rexp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='proto-rexp', version='1.0.0')
)
libraryDependencies += "org.jpmml" % "proto-rexp" % "1.0.0"
[org.jpmml/proto-rexp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 2.6.1 |