GroupId | GroupIdio.github.padreati |
---|---|
ArtifactId | ArtifactIdrapaio |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
rapaio-2.2.1.pom | |
rapaio-2.2.1.jar | 13 MB |
rapaio-2.2.1-sources.jar | 13 MB |
rapaio-2.2.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.padreati/rapaio/ -->
<dependency>
<groupId>io.github.padreati</groupId>
<artifactId>rapaio</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.padreati/rapaio/
implementation 'io.github.padreati:rapaio:2.2.1'
// https://jarcasting.com/artifacts/io.github.padreati/rapaio/
implementation ("io.github.padreati:rapaio:2.2.1")
'io.github.padreati:rapaio:jar:2.2.1'
<dependency org="io.github.padreati" name="rapaio" rev="2.2.1">
<artifact name="rapaio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.padreati', module='rapaio', version='2.2.1')
)
libraryDependencies += "io.github.padreati" % "rapaio" % "2.2.1"
[io.github.padreati/rapaio "2.2.1"]