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