License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.nbbrd.java-design-util |
ArtifactId | ArtifactIdjava-design-annotation |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-design-annotation
Java design utilities - Annotation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.java-design-util/java-design-annotation/ -->
<dependency>
<groupId>com.github.nbbrd.java-design-util</groupId>
<artifactId>java-design-annotation</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbbrd.java-design-util/java-design-annotation/
implementation 'com.github.nbbrd.java-design-util:java-design-annotation:1.3.0'
// https://jarcasting.com/artifacts/com.github.nbbrd.java-design-util/java-design-annotation/
implementation ("com.github.nbbrd.java-design-util:java-design-annotation:1.3.0")
'com.github.nbbrd.java-design-util:java-design-annotation:jar:1.3.0'
<dependency org="com.github.nbbrd.java-design-util" name="java-design-annotation" rev="1.3.0">
<artifact name="java-design-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nbbrd.java-design-util', module='java-design-annotation', version='1.3.0')
)
libraryDependencies += "com.github.nbbrd.java-design-util" % "java-design-annotation" % "1.3.0"
[com.github.nbbrd.java-design-util/java-design-annotation "1.3.0"]