License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdcom.github.albertoanguita |
ArtifactId | ArtifactIdjacuzzi |
Version | Version0.3.2 |
Type | Typepom |
Description |
DescriptionJacuzzi
A generic java utilities collection project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jacuzzi-0.3.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/ -->
<dependency>
<groupId>com.github.albertoanguita</groupId>
<artifactId>jacuzzi</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation 'com.github.albertoanguita:jacuzzi:0.3.2'
// https://jarcasting.com/artifacts/com.github.albertoanguita/jacuzzi/
implementation ("com.github.albertoanguita:jacuzzi:0.3.2")
'com.github.albertoanguita:jacuzzi:pom:0.3.2'
<dependency org="com.github.albertoanguita" name="jacuzzi" rev="0.3.2">
<artifact name="jacuzzi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.albertoanguita', module='jacuzzi', version='0.3.2')
)
libraryDependencies += "com.github.albertoanguita" % "jacuzzi" % "0.3.2"
[com.github.albertoanguita/jacuzzi "0.3.2"]