| GroupId | GroupIdorg.atteo.moonshine |
|---|---|
| ArtifactId | ArtifactIdblueprints |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| blueprints-1.0.pom | |
| blueprints-1.0.jar | 3 KB |
| blueprints-1.0-tests.jar | 3 KB |
| blueprints-1.0-sources.jar | 1 KB |
| blueprints-1.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/blueprints/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>blueprints</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/blueprints/
implementation 'org.atteo.moonshine:blueprints:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/blueprints/
implementation ("org.atteo.moonshine:blueprints:1.0")
'org.atteo.moonshine:blueprints:jar:1.0'
<dependency org="org.atteo.moonshine" name="blueprints" rev="1.0">
<artifact name="blueprints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='blueprints', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "blueprints" % "1.0"
[org.atteo.moonshine/blueprints "1.0"]