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