Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.fortytwo.ripple |
ArtifactId | ArtifactIdripple-core |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
ripple-core-1.1.pom | |
ripple-core-1.1.jar | 519 KB |
ripple-core-1.1-tests.jar | 141 KB |
ripple-core-1.1-sources.jar | 267 KB |
ripple-core-1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.fortytwo.ripple/ripple-core/ -->
<dependency>
<groupId>net.fortytwo.ripple</groupId>
<artifactId>ripple-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.fortytwo.ripple/ripple-core/
implementation 'net.fortytwo.ripple:ripple-core:1.1'
// https://jarcasting.com/artifacts/net.fortytwo.ripple/ripple-core/
implementation ("net.fortytwo.ripple:ripple-core:1.1")
'net.fortytwo.ripple:ripple-core:jar:1.1'
<dependency org="net.fortytwo.ripple" name="ripple-core" rev="1.1">
<artifact name="ripple-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fortytwo.ripple', module='ripple-core', version='1.1')
)
libraryDependencies += "net.fortytwo.ripple" % "ripple-core" % "1.1"
[net.fortytwo.ripple/ripple-core "1.1"]