GroupId | GroupIdorg.microbean |
---|---|
ArtifactId | ArtifactIdmicrobean-development-annotations |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.microbean/microbean-development-annotations/ -->
<dependency>
<groupId>org.microbean</groupId>
<artifactId>microbean-development-annotations</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microbean/microbean-development-annotations/
implementation 'org.microbean:microbean-development-annotations:0.1.2'
// https://jarcasting.com/artifacts/org.microbean/microbean-development-annotations/
implementation ("org.microbean:microbean-development-annotations:0.1.2")
'org.microbean:microbean-development-annotations:jar:0.1.2'
<dependency org="org.microbean" name="microbean-development-annotations" rev="0.1.2">
<artifact name="microbean-development-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microbean', module='microbean-development-annotations', version='0.1.2')
)
libraryDependencies += "org.microbean" % "microbean-development-annotations" % "0.1.2"
[org.microbean/microbean-development-annotations "0.1.2"]