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