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