GroupId | GroupIdio.github.lempel |
---|---|
ArtifactId | ArtifactIdblueprint-sdk |
Version | Version3.3.31 |
Type | Typejar |
Filename | Size |
---|---|
blueprint-sdk-3.3.31.pom | |
blueprint-sdk-3.3.31.jar | 166 KB |
blueprint-sdk-3.3.31-sources.jar | 123 KB |
blueprint-sdk-3.3.31-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lempel/blueprint-sdk/ -->
<dependency>
<groupId>io.github.lempel</groupId>
<artifactId>blueprint-sdk</artifactId>
<version>3.3.31</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lempel/blueprint-sdk/
implementation 'io.github.lempel:blueprint-sdk:3.3.31'
// https://jarcasting.com/artifacts/io.github.lempel/blueprint-sdk/
implementation ("io.github.lempel:blueprint-sdk:3.3.31")
'io.github.lempel:blueprint-sdk:jar:3.3.31'
<dependency org="io.github.lempel" name="blueprint-sdk" rev="3.3.31">
<artifact name="blueprint-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lempel', module='blueprint-sdk', version='3.3.31')
)
libraryDependencies += "io.github.lempel" % "blueprint-sdk" % "3.3.31"
[io.github.lempel/blueprint-sdk "3.3.31"]