| GroupId | GroupIdnl.bryanderidder.cakecutter |
|---|---|
| ArtifactId | ArtifactIdannotations |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotations-0.1.0.pom | |
| annotations-0.1.0.jar | 2 KB |
| annotations-0.1.0-sources.jar | 1 KB |
| annotations-0.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/ -->
<dependency>
<groupId>nl.bryanderidder.cakecutter</groupId>
<artifactId>annotations</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/
implementation 'nl.bryanderidder.cakecutter:annotations:0.1.0'
// https://jarcasting.com/artifacts/nl.bryanderidder.cakecutter/annotations/
implementation ("nl.bryanderidder.cakecutter:annotations:0.1.0")
'nl.bryanderidder.cakecutter:annotations:jar:0.1.0'
<dependency org="nl.bryanderidder.cakecutter" name="annotations" rev="0.1.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.bryanderidder.cakecutter', module='annotations', version='0.1.0')
)
libraryDependencies += "nl.bryanderidder.cakecutter" % "annotations" % "0.1.0"
[nl.bryanderidder.cakecutter/annotations "0.1.0"]